[libpng15] Made the _SUPPORTED macro definitions consistent.

This commit is contained in:
John Bowler
2013-03-01 20:23:11 -06:00
committed by Glenn Randers-Pehrson
parent 1d82c0f287
commit 85d027f3d0
5 changed files with 176 additions and 154 deletions

View File

@@ -53,7 +53,7 @@ BEGIN{
comment=start "/*" # Comment start
cend="*/" end # Comment end
def=start "#define PNG_" # Arbitrary define
sup="_SUPPORTED 1" end # end supported option
sup="_SUPPORTED" end # end supported option
und=comment "#undef PNG_" # Unsupported option
une="_SUPPORTED" cend # end unsupported option
error=start "ERROR:" # error message, terminate with 'end'