summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ansi.h
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-01-14 10:41:39 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-01-14 10:41:39 +0000
commitc7c45620bc566397646ddbe0e68e4ecf194269e2 (patch)
tree6586f6846749df5632a81881327c15d9667c566f /sys/i386/include/ansi.h
parent75ed7236f159ac81e1dcd5fa81681d9f5bb36396 (diff)
downloadFreeBSD-src-c7c45620bc566397646ddbe0e68e4ecf194269e2.zip
FreeBSD-src-c7c45620bc566397646ddbe0e68e4ecf194269e2.tar.gz
Protect the i386 machine-dependant type definitions of __int64_t
and __uint64_t from lint(1) with /* LONGLONG */ comments.
Diffstat (limited to 'sys/i386/include/ansi.h')
-rw-r--r--sys/i386/include/ansi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/include/ansi.h b/sys/i386/include/ansi.h
index 22059f1..65ab84f 100644
--- a/sys/i386/include/ansi.h
+++ b/sys/i386/include/ansi.h
@@ -103,7 +103,9 @@
typedef int __attribute__((__mode__(__DI__))) __int64_t;
typedef unsigned int __attribute__((__mode__(__DI__))) __uint64_t;
#else
+/* LONGLONG */
typedef long long __int64_t;
+/* LONGLONG */
typedef unsigned long long __uint64_t;
#endif
/*
OpenPOWER on IntegriCloud