]> git.saurik.com Git - bison.git/commitdiff
Update FSF address.
authorJesse Thilo <jthilo@gnu.org>
Thu, 14 Jan 1999 14:58:38 +0000 (14:58 +0000)
committerJesse Thilo <jthilo@gnu.org>
Thu, 14 Jan 1999 14:58:38 +0000 (14:58 +0000)
31 files changed:
acconfig.h
doc/bison.texinfo
src/LR0.c
src/alloc.h
src/allocate.c
src/bison.s1
src/bison.simple
src/closure.c
src/conflicts.c
src/derives.c
src/files.c
src/files.h
src/getargs.c
src/gram.c
src/gram.h
src/lalr.c
src/lex.c
src/lex.h
src/machine.h
src/main.c
src/nullable.c
src/output.c
src/print.c
src/reader.c
src/reduce.c
src/state.h
src/symtab.c
src/symtab.h
src/types.h
src/vmsgetargs.c
src/warshall.c

index de444f8e8dc609a04c05bcd1ea9f5b2f689c19d0..658ee9d5f84c58809598953a08590adf796b6c9f 100644 (file)
@@ -1,6 +1,5 @@
 #ifndef CONFIG_H
 #define CONFIG_H
 #ifndef CONFIG_H
 #define CONFIG_H
-
 @TOP@
 
 /* Name of package.  */
 @TOP@
 
 /* Name of package.  */
@@ -11,7 +10,6 @@
 
 /* Define if the compiler understands prototypes.  */
 #undef PROTOTYPES
 
 /* Define if the compiler understands prototypes.  */
 #undef PROTOTYPES
-
 @BOTTOM@
 
 #if defined(PROTOTYPES) || defined(__cplusplus)
 @BOTTOM@
 
 #if defined(PROTOTYPES) || defined(__cplusplus)
index e6031de3a558b02b05d9371982b558cc20546987..8ffc3840c95466d06d8ee83faf1d2c20fa4b5ce1 100644 (file)
@@ -353,7 +353,7 @@ using the other GNU tools.
 
 @display
 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
 
 @display
 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
-675 Mass Ave, Cambridge, MA 02139, USA
+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.
 
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
@@ -699,7 +699,7 @@ 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
 
 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 @end smallexample
 
 Also add information on how to contact you by electronic and paper mail.
 @end smallexample
 
 Also add information on how to contact you by electronic and paper mail.
index 1352c33d50a3abf514e425810f47ae08085ef05c..b44b8f3b78b2a14455bb009fdd16ad5d5b8c7894 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* See comments in state.h for the data structures that represent it.
 
 
 /* See comments in state.h for the data structures that represent it.
index 47542dfa8d68a7e0314f7fec796d5c4e41682be9..afded9b1689402b5c3a4130891c5af45925399f8 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #define        NEW(t)          ((t *) xmalloc((unsigned) sizeof(t)))
 
 
 #define        NEW(t)          ((t *) xmalloc((unsigned) sizeof(t)))
index c79cae164b9cc2e82fa402f2294a7b27cf0e429e..1175e791027b0203aa900979bd96ee1d562ccef2 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #include <stdio.h>
 
 
 #include <stdio.h>
index 529fa777f0f332f280901c5464415acccef6479a..65870431c764477dbc0a1472bf25605b1fb97021 100644 (file)
@@ -17,7 +17,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
 
    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., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+   Foundation, Inc., 59 Temple Place - Suite 330,
+   Boston, MA 02111-1307, USA.  */
 
 /* As a special exception, when this file is copied by Bison into a
    Bison output file, you may use that output file without restriction.
 
 /* As a special exception, when this file is copied by Bison into a
    Bison output file, you may use that output file without restriction.
index 529fa777f0f332f280901c5464415acccef6479a..65870431c764477dbc0a1472bf25605b1fb97021 100644 (file)
@@ -17,7 +17,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
 
    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., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+   Foundation, Inc., 59 Temple Place - Suite 330,
+   Boston, MA 02111-1307, USA.  */
 
 /* As a special exception, when this file is copied by Bison into a
    Bison output file, you may use that output file without restriction.
 
 /* As a special exception, when this file is copied by Bison into a
    Bison output file, you may use that output file without restriction.
index 010769461347ba9a600235413ce3e7c58fad1592..ad349196148eafe82f1df5e2172cfd28d3cd5fc4 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* subroutines of file LR0.c.
 
 
 /* subroutines of file LR0.c.
index cb0e67db246793d5318d20d1834fc101d66a1fd9..9be3a6c672c09cf68e00591b5fdd94446c4acf02 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 #include <stdio.h>
 #include "system.h"
 
 #include <stdio.h>
 #include "system.h"
index e8c7040283f8afb9f266dd8eb9816b243857aaac..6002b88f930544088c82defc5a46b3afc6a857bc 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* set_derives finds, for each variable (nonterminal), which rules can derive it.
 
 
 /* set_derives finds, for each variable (nonterminal), which rules can derive it.
index ba51cce48e900d61ff34039f84d0b7594a5ca4d5..5f8fda44407313da468ede6a1d266ea8627cf5b3 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #if defined (VMS) & !defined (__VMS_POSIX)
 
 
 #if defined (VMS) & !defined (__VMS_POSIX)
index 8d24890e5daf2510988d50ad249fb4d5da89fa65..e72dd2016e7f34d36470ef171f462978d8607305 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* These two should be pathnames for opening the sample parser files.
 
 
 /* These two should be pathnames for opening the sample parser files.
index 35cac38f2913740b674cbabcbfaa0e63ba061fe7..e337a54b081843a15e064727c172a1924fb1e15d 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #include <stdio.h>
 
 
 #include <stdio.h>
index 6b487376faa14c0d23b0c3ebb4c39394f18cd6b1..05dc665c3991e1e7967f084dfe81319d2bbfd8be 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* comments for these variables are in gram.h  */
 
 
 /* comments for these variables are in gram.h  */
index 080ce0d9fe4c701c6af9f2e8e9f3889020216965..a83dd36feff0ace58e627e68ec707f4691205b91 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* representation of the grammar rules:
 
 
 /* representation of the grammar rules:
index dc0b043c0bc4b3b730775e0994e9a2779071e149..117f2b9fa9d15a756ea4645b35c8cf64e572c54f 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* Compute how to make the finite state machine deterministic;
 
 
 /* Compute how to make the finite state machine deterministic;
index f0fbf4851d408f11b470745b87d3635a71dfcedf..627a0bacce3d59cbb8c05ae1f8fde460a0ebb4bb 100644 (file)
--- a/src/lex.c
+++ b/src/lex.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /*
 
 
 /*
index 6cbaebcbb4a61c31b0a8b6925e66827516a4f4d2..997949254f4e76aa703ec0a63c6612fae7a705ff 100644 (file)
--- a/src/lex.h
+++ b/src/lex.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #define ENDFILE                0
 
 
 #define ENDFILE                0
index 6c05691f793df7df580214339c450efce8350a2d..738c0d209aeb2bd2cd7a84dd48f125c58b6c32df 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 #ifdef eta10
 #define        MAXSHORT        2147483647
 
 #ifdef eta10
 #define        MAXSHORT        2147483647
index 9bff77a2f6efa74b4e9ec9e1dfe4af4a3308005c..88b0dd3bf1889a2150ec7dcd032ede25e0a607ff 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #include <stdio.h>
 
 
 #include <stdio.h>
index f931f4a99bf306a39790ad59937de23b0779dace..de4551a898ec2bfd8c84395e4a29176cfd153f8f 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* set up nullable, a vector saying which nonterminals can expand into the null string.
 
 
 /* set up nullable, a vector saying which nonterminals can expand into the null string.
index d7a8301c07572052a63a4ea0934eae9b80c79d65..271bb4b5f18fc038421ea0104433bea6584fb107 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* functions to output parsing data to various files.  Entries are:
 
 
 /* functions to output parsing data to various files.  Entries are:
index 3ea8b4254446270efabfa3c17cf5a21d3ad9c0bd..ecd5d92601fa4dd6e13db9457fc96d8a5b16eff2 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #include <stdio.h>
 
 
 #include <stdio.h>
index 8db4183192ac2ee1ea04f780c6ff234ab51a6570..33332b59f9fba7365a0980de18abd8d050a1bf79 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* read in the grammar specification and record it in the format described in gram.h.
 
 
 /* read in the grammar specification and record it in the format described in gram.h.
index 6d811252c4888826a84fa9be82b3f8f0f4b91088..5e69a69b117d65807ca99023507c6ca2a60cf2c0 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /*
 
 
 /*
index 53f9d094bcbea575483da31a8ee9c686d4aea7f8..67b78cfce276659f6782abd5ea7467fe9badab19 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* These type definitions are used to represent a nondeterministic
 
 
 /* These type definitions are used to represent a nondeterministic
index 5dc1ccf036bdb9a25a1514f6cf08bc2015964936..281239c73840880c890a007d5f5757135c6be803 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #include <stdio.h>
 
 
 #include <stdio.h>
index 142587c9a76ffe949b1cc9b097f419bceffe7d28..d831ccbbdb45372c7eb1cb10ef45b21878c28332 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #define        TABSIZE 1009
 
 
 #define        TABSIZE 1009
index a4aa0a750125c4d7d72f7533268fe9c4742d866b..25cf78858759b3de53895f4f9cf2ae135c6876ae 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 typedef
 
 
 typedef
index 83cb8bfcfade510f1c922daf5e6f899acb573bf2..7431c4ca7f1127b36e725cc2f78f79e3d45106b2 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #include <ctype.h>
 
 
 #include <ctype.h>
index dc2e3ac555d42b0b3f2452311d5f8e6ee72c803a..862f0eabc2a051eeb73483f0c1ce154e2698a396 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
 
 You should have received a copy of the GNU General Public License
 along with Bison; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #include <stdio.h>
 
 
 #include <stdio.h>