From c40b48acc6f7e686d1f07bf25333529bc56639ba Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Sun, 24 Mar 1996 16:53:47 +0000 Subject: Prefix usage of "long long" with a "/* LONGLONG */" comment to shut up lint(1) about it --- sys/arch/mvme88k/include/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/arch/mvme88k') diff --git a/sys/arch/mvme88k/include/types.h b/sys/arch/mvme88k/include/types.h index 58d1d8f47c1..7bcdde45938 100644 --- a/sys/arch/mvme88k/include/types.h +++ b/sys/arch/mvme88k/include/types.h @@ -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; -- cgit v1.2.3