FreeBSD Bugzilla – Attachment 7456 Details for
Bug 16170
compiling machine/setjmp.h with g++
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 607 bytes, created by
Max Khon
on 2000-01-18 09:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Max Khon
Created:
2000-01-18 09:10:01 UTC
Size:
607 bytes
patch
obsolete
>*** setjmp.h.orig Tue Jan 18 14:52:29 2000 >--- setjmp.h Tue Jan 18 14:51:53 2000 >*************** >*** 40,46 **** > * internally to avoid some run-time errors for mismatches. > */ > #ifndef _ANSI_SOURCE >! typedef struct { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; > #endif /* not ANSI */ > >! typedef struct { int _jb[_JBLEN + 1]; } jmp_buf[1]; >--- 40,46 ---- > * internally to avoid some run-time errors for mismatches. > */ > #ifndef _ANSI_SOURCE >! typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; > #endif /* not ANSI */ > >! typedef struct _jmp_buf { int _jb[_JBLEN + 1]; } jmp_buf[1];
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 16170
: 7456