Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/include
Module Name: src
Committed By: tron
Date: Thu Aug 24 12:29:37 UTC 2006
Modified Files:
src/include [netbsd-4]: stddef.h
Log Message:
Pull up following revision(s) (requested by joerg in ticket #48):
include/stddef.h: revision 1.12
g++-4 does not like &0->member, so we have to use the built-in offsetof().
g++-3 does not have a built-in offsetof(), but we cannot use the c version,
otherwise we break with -Wold-style-cast.
Inspired by the DF version, but a bit different.
To generate a diff of this commit:
cvs rdiff -r1.10.12.1 -r1.10.12.2 src/include/stddef.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index