From: tholo Date: Mon, 25 Mar 1996 23:05:29 +0000 (+0000) Subject: Protect use of long long with /* LONGLONG */ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c3dcd76ca215d6c84bdcdab19eed9b3cfba9b727;p=openbsd Protect use of long long with /* LONGLONG */ --- 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) {