summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-03-25 23:05:30 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-03-25 23:05:30 +0000
commit5d1bea35486ecaf6f84d7737aba08c95866626bb (patch)
tree76fcfd2730a2b153707cff4c265655c3b4bb67c1
parent8e9137bdc81a15144823abcd6c56fb74a11463af (diff)
Protect use of long long with /* LONGLONG */
-rw-r--r--lib/libc/quad/fixsfdi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/quad/fixsfdi.c b/lib/libc/quad/fixsfdi.c
index e731f516c17..11532181ddd 100644
--- a/lib/libc/quad/fixsfdi.c
+++ b/lib/libc/quad/fixsfdi.c
@@ -53,6 +53,7 @@ static char rcsid[] = "$NetBSD: fixsfdi.c,v 1.2 1995/02/27 17:29:56 cgd Exp $";
*
* N.B.: must use new ANSI syntax (sorry).
*/
+/* LONGLONG */
long long
__fixsfdi(float x)
{