summaryrefslogtreecommitdiff
path: root/sys/arch/pmax
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-03-24 16:53:47 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-03-24 16:53:47 +0000
commitc40b48acc6f7e686d1f07bf25333529bc56639ba (patch)
treee15eac10a916dcbdc424deb3fe712fa681edd2a5 /sys/arch/pmax
parentf8777bdaaccd944f0b3553ff14cdf9072124acf8 (diff)
Prefix usage of "long long" with a "/* LONGLONG */" comment to shut up
lint(1) about it
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r--sys/arch/pmax/include/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/pmax/include/types.h b/sys/arch/pmax/include/types.h
index 4e42f810bdf..828a01acacb 100644
--- a/sys/arch/pmax/include/types.h
+++ b/sys/arch/pmax/include/types.h
@@ -67,7 +67,9 @@ typedef short int16_t;
typedef unsigned short u_int16_t;
typedef int int32_t;
typedef unsigned int u_int32_t;
+/* LONGLONG */
typedef long long int64_t;
+/* LONGLONG */
typedef unsigned long long u_int64_t;
typedef int32_t register_t;