[libpng16] Fix cut-and-paste error in scripts/symbols.dfn, from 1.6.11beta02.

This commit is contained in:
Glenn Randers-Pehrson 2014-05-19 21:08:49 -05:00
parent d1c5f48c05
commit f85092bc7b

View File

@ -16,12 +16,6 @@
* scripts/pnglibconf.dfa then this checks the .dfa file too.
*/
#define PNG_EXPORTA(ordinal, type, name, args, attributes)\
PNG_DFN "@" name "@ @@" ordinal "@"
#define PNG_REMOVED(ordinal, type, name, args, attributes)\
PNG_DFN "; @" name "@ @@" ordinal "@"
#define PNG_EXPORT_LAST_ORDINAL(ordinal)\
#define PNG_EXPORTA(ordinal, type, name, args, attributes)\
PNG_DFN "@" name "@ @@" ordinal "@"
#define PNG_REMOVED(ordinal, type, name, args, attributes)\