Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-8] src/include
Module Name: src
Committed By: martin
Date: Wed May 29 16:00:02 UTC 2019
Modified Files:
src/include [netbsd-8]: assert.h
Log Message:
Pull up following revision(s) (requested by maya in ticket #1275):
include/assert.h: revision 1.23
Limit static_assert visibility to C11.
The existing definition caused issues as GCC only provides _Static_assert
when building C11 code.
This follows the C standard: static_assert available since C11.
Fixes https://rt.perl.org/Public/Bug/Display.html?id=134023
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.22.6.1 src/include/assert.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