FreeBSD Bugzilla – Attachment 7164 Details for
Bug 15730
ieeefp.h is broken on i386 with gcc -ansi
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 541 bytes, created by
brooks
on 1999-12-28 01:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
brooks
Created:
1999-12-28 01:10:01 UTC
Size:
541 bytes
patch
obsolete
>--- ieeefp.h.orig Thu Jul 1 11:24:40 1999 >+++ ieeefp.h Mon Dec 27 16:37:47 1999 >@@ -11,9 +11,9 @@ > #include <sys/cdefs.h> > #include <machine/ieeefp.h> > >-#ifdef i386 >+#ifdef __i386__ > #include <machine/floatingpoint.h> >-#else >+#else /* !__i386__ */ > __BEGIN_DECLS > extern fp_rnd fpgetround __P((void)); > extern fp_rnd fpsetround __P((fp_rnd)); >@@ -22,6 +22,6 @@ > extern fp_except fpgetsticky __P((void)); > extern fp_except fpsetsticky __P((fp_except)); > __END_DECLS >-#endif /* i386 */ >+#endif /* __i386__ */ > > #endif /* _IEEEFP_H_ */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15730
:
7163
| 7164