summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c/init.c
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1997-04-13 01:13:52 +0000
committerjmz <jmz@FreeBSD.org>1997-04-13 01:13:52 +0000
commit5d93c9d5fb208d10eacf608b44ee02d3cd5b4a16 (patch)
treeac4dad5704ec3ceee2678cc665cb3fad24d50c45 /usr.bin/f2c/init.c
parent5b8c55b34e7a6f0087c138e43e85652af3f37aee (diff)
downloadFreeBSD-src-5d93c9d5fb208d10eacf608b44ee02d3cd5b4a16.zip
FreeBSD-src-5d93c9d5fb208d10eacf608b44ee02d3cd5b4a16.tar.gz
Upgrade to the 1997/02/19 version.
Diffstat (limited to 'usr.bin/f2c/init.c')
-rw-r--r--usr.bin/f2c/init.c31
1 files changed, 16 insertions, 15 deletions
diff --git a/usr.bin/f2c/init.c b/usr.bin/f2c/init.c
index c9a9702..bc0dff4 100644
--- a/usr.bin/f2c/init.c
+++ b/usr.bin/f2c/init.c
@@ -1,24 +1,24 @@
/****************************************************************
-Copyright 1990, 1992 - 1995 by AT&T Bell Laboratories and Bellcore.
+Copyright 1990, 1992 - 1996 by AT&T, Lucent Technologies and Bellcore.
Permission to use, copy, modify, and distribute this software
and its documentation for any purpose and without fee is hereby
granted, provided that the above copyright notice appear in all
copies and that both that the copyright notice and this
permission notice and warranty disclaimer appear in supporting
-documentation, and that the names of AT&T Bell Laboratories or
-Bellcore or any of their entities not be used in advertising or
-publicity pertaining to distribution of the software without
-specific, written prior permission.
-
-AT&T and Bellcore disclaim all warranties with regard to this
-software, including all implied warranties of merchantability
-and fitness. In no event shall AT&T or Bellcore be liable for
-any special, indirect or consequential damages or any damages
-whatsoever resulting from loss of use, data or profits, whether
-in an action of contract, negligence or other tortious action,
-arising out of or in connection with the use or performance of
-this software.
+documentation, and that the names of AT&T, Bell Laboratories,
+Lucent or Bellcore or any of their entities not be used in
+advertising or publicity pertaining to distribution of the
+software without specific, written prior permission.
+
+AT&T, Lucent and Bellcore disclaim all warranties with regard to
+this software, including all implied warranties of
+merchantability and fitness. In no event shall AT&T, Lucent or
+Bellcore be liable for any special, indirect or consequential
+damages or any damages whatsoever resulting from loss of use,
+data or profits, whether in an action of contract, negligence or
+other tortious action, arising out of or in connection with the
+use or performance of this software.
****************************************************************/
#include "defs.h"
@@ -56,6 +56,7 @@ FILEP blkdfile;
char *token;
int maxtoklen, toklen;
+long err_lineno;
long lineno; /* Current line in the input file, NOT the
Fortran statement label number */
char *infname;
@@ -220,7 +221,7 @@ int nallchargs;
flag multitype;
ftnint procleng;
long lastiolabno;
-int lastlabno;
+long lastlabno;
int lastvarno;
int lastargslot;
int autonum[TYVOID];
OpenPOWER on IntegriCloud