diff options
author | John Bowler <jbowler@acm.org> | 2011-11-03 18:19:53 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-11-03 18:19:53 -0500 |
commit | 1d8b75550fcd072f7692c3a50debde6ad9a77bce (patch) | |
tree | dc951e24965e1ba8f2c4eeb20edb11c6c02c8c3b /ANNOUNCE | |
parent | aff44028ba87bf506c089045abc2ca167f63e36a (diff) | |
download | libpng-1d8b75550fcd072f7692c3a50debde6ad9a77bce.tar.gz |
[libpng15] Fix for the preprocessor of the Intel C compiler. The preprocessor
adjacent @ signs with a space; this changes the concatentation
from @@@ to PNG_JOIN; that should work with all compiler
preprocessors.
Diffstat (limited to 'ANNOUNCE')
-rw-r--r-- | ANNOUNCE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,10 @@ Version 1.5.7 [November 3, 2011] of a png_struct or png_info failed. This would probably have led to a crash. The pngmem.c implementation of png_malloc() included a cast to png_size_t which would fail on large allocations on 16-bit systems. + Fix for the preprocessor of the Intel C compiler. The preprocessor + splits adjacent @ signs with a space; this changes the concatentation + token from @@@ to PNG_JOIN; that should work with all compiler + preprocessors. Send comments/corrections/commendations to png-mng-implement at lists.sf.net: (subscription required; visit |