[libpng17] Removed cc -E workround, corrected png_get_palette_max API. Tested

on SUN OS cc 5.9, which demonstrates the tokenization problem previously
avoided by using /lib/cpp.  Since all .dfn output is now protected
in double quotes unless it is to be macro substituted the fix should work
everywhere.
This commit is contained in:
John Bowler
2013-02-06 17:52:30 -06:00
committed by Glenn Randers-Pehrson
parent cdbd5174bd
commit f15a5006c8
5 changed files with 34 additions and 34 deletions

View File

@@ -128,6 +128,11 @@ Version 1.7.0alpha10 [February 6, 2013]
Ported libpng 1.5 options.awk/dfn file handling to 1.7, fixed one bug.
Rebuilt Makefile.in, configure, etc., with autoconf-2.69 and automake-1.13.
Minor fixes to assembler changes, verified with a dummy .S file
Removed cc -E workround, corrected png_get_palette_max API. Tested on
SUN OS cc 5.9, which demonstrates the tokenization problem previously
avoided by using /lib/cpp. Since all .dfn output is now protected
in double quotes unless it is to be macro substituted the fix should work
everywhere.
===========================================================================
NOTICE November 17, 2012: