Protect use of long long with /* LONGLONG */
authortholo <tholo@openbsd.org>
Mon, 25 Mar 1996 23:05:29 +0000 (23:05 +0000)
committertholo <tholo@openbsd.org>
Mon, 25 Mar 1996 23:05:29 +0000 (23:05 +0000)
lib/libc/quad/fixsfdi.c

index e731f51..1153218 100644 (file)
@@ -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)
 {