summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c/f2c.h
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-09-28 20:36:16 +0000
committerjmz <jmz@FreeBSD.org>1995-09-28 20:36:16 +0000
commitd7540707150387c6154e64a7807ac15aaede039f (patch)
tree9652bbd72571e2f3e85bab900a7bb12db48f6bd7 /usr.bin/f2c/f2c.h
parent7b21039a71d27d24df672740c642830438c642e3 (diff)
downloadFreeBSD-src-d7540707150387c6154e64a7807ac15aaede039f.zip
FreeBSD-src-d7540707150387c6154e64a7807ac15aaede039f.tar.gz
Update to the 1995/09/20 version. Previous version was 1993/12/17
The diffs are large mainly because of prototyping changes.
Diffstat (limited to 'usr.bin/f2c/f2c.h')
-rw-r--r--usr.bin/f2c/f2c.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/f2c/f2c.h b/usr.bin/f2c/f2c.h
index fc1e979..8f18f6c 100644
--- a/usr.bin/f2c/f2c.h
+++ b/usr.bin/f2c/f2c.h
@@ -36,9 +36,9 @@ typedef short flag;
typedef short ftnlen;
typedef short ftnint;
#else
-typedef long flag;
-typedef long ftnlen;
-typedef long ftnint;
+typedef long int flag;
+typedef long int ftnlen;
+typedef long int ftnint;
#endif
/*external read, write*/
@@ -131,7 +131,7 @@ union Multitype { /* for multiple entry points */
typedef union Multitype Multitype;
-typedef long Long; /* No longer used; formerly in Namelist */
+/*typedef long int Long;*/ /* No longer used; formerly in Namelist */
struct Vardesc { /* for Namelist */
char *name;
OpenPOWER on IntegriCloud