Prefix usage of "long long" with a "/* LONGLONG */" comment to shut up
authortholo <tholo@openbsd.org>
Sun, 24 Mar 1996 16:53:36 +0000 (16:53 +0000)
committertholo <tholo@openbsd.org>
Sun, 24 Mar 1996 16:53:36 +0000 (16:53 +0000)
lint(1) about it

sys/arch/i386/include/types.h
sys/arch/m68k/include/types.h
sys/arch/mvme88k/include/types.h
sys/arch/pc532/include/types.h
sys/arch/pica/include/types.h
sys/arch/pmax/include/types.h
sys/arch/sparc/include/types.h
sys/arch/vax/include/types.h

index f6391c5..e333a63 100644 (file)
@@ -64,7 +64,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;
index 5d40134..061a659 100644 (file)
@@ -63,7 +63,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;
index 58d1d8f..7bcdde4 100644 (file)
@@ -73,7 +73,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;
index 776ea0d..82b8425 100644 (file)
@@ -64,7 +64,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;
index 7e02fc2..6badf6e 100644 (file)
@@ -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;
index 4e42f81..828a01a 100644 (file)
@@ -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;
index d150094..4ac77b3 100644 (file)
@@ -73,7 +73,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;
index 89497fc..b37de79 100644 (file)
@@ -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;