artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27cc802
)
Protect use of long long with /* LONGLONG */
author
tholo
<tholo@openbsd.org>
Mon, 25 Mar 1996 23:05:29 +0000
(23:05 +0000)
committer
tholo
<tholo@openbsd.org>
Mon, 25 Mar 1996 23:05:29 +0000
(23:05 +0000)
lib/libc/quad/fixsfdi.c
patch
|
blob
|
history
diff --git
a/lib/libc/quad/fixsfdi.c
b/lib/libc/quad/fixsfdi.c
index
e731f51
..
1153218
100644
(file)
--- 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)
{