summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c/defines.h
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/defines.h
parent5b8c55b34e7a6f0087c138e43e85652af3f37aee (diff)
downloadFreeBSD-src-5d93c9d5fb208d10eacf608b44ee02d3cd5b4a16.zip
FreeBSD-src-5d93c9d5fb208d10eacf608b44ee02d3cd5b4a16.tar.gz
Upgrade to the 1997/02/19 version.
Diffstat (limited to 'usr.bin/f2c/defines.h')
-rw-r--r--usr.bin/f2c/defines.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/f2c/defines.h b/usr.bin/f2c/defines.h
index db23ade..1ed4537 100644
--- a/usr.bin/f2c/defines.h
+++ b/usr.bin/f2c/defines.h
@@ -187,6 +187,14 @@ typedef long int ftnint;
#define OPDABS 59 /* abs macro under forcedouble */
#define OPMIN2 60 /* min(a,b) macro */
#define OPMAX2 61 /* max(a,b) macro */
+#define OPBITTEST 62 /* btest */
+#define OPBITCLR 63 /* ibclr */
+#define OPBITSET 64 /* ibset */
+#define OPQBITCLR 65 /* ibclr, integer*8 */
+#define OPQBITSET 66 /* ibset, integer*8 */
+#define OPBITBITS 67 /* ibits */
+#define OPBITSH 68 /* ishft */
+#define OPBITSHC 69 /* ishftc */
/* label type codes -- used with the ASSIGN statement */
@@ -206,6 +214,7 @@ typedef long int ftnint;
#define INTRSPEC 5
#define INTRBOOL 6
#define INTRCNST 7 /* constants, e.g. bigint(1.0) v. bigint (1d0) */
+#define INTRBGEN 8 /* bit manipulation */
/* I/O statement codes - these all form Integer Constants, and are always
@@ -244,6 +253,7 @@ typedef long int ftnint;
#define IDENT_LEN 31 /* Maximum length user.ident */
+#define MAXNAMELEN 50 /* Maximum Fortran name length */
/* type masks - TYLOGICAL defined in ftypes */
OpenPOWER on IntegriCloud