Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/include
Module Name: src
Committed By: maya
Date: Wed May 22 21:25:01 UTC 2019
Modified Files:
src/include: assert.h
Log Message:
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.23 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