From 7c5ed2519765e6fab510fd707e6a8e118df4f9ef Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 16 Feb 2007 03:41:24 +0000 Subject: Don't use prototypes on systems that can't handle them git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@221 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pamtogif.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'converter') diff --git a/converter/other/pamtogif.c b/converter/other/pamtogif.c index 5061ff77..7b27e571 100644 --- a/converter/other/pamtogif.c +++ b/converter/other/pamtogif.c @@ -1531,7 +1531,9 @@ sortOrderColor(tuple const tuple) { +#ifndef LITERAL_FN_DEF_MATCH static qsort_comparison_fn sortCompareColor; +#endif static int sortCompareColor(const void * const entry1P, @@ -1546,7 +1548,9 @@ sortCompareColor(const void * const entry1P, +#ifndef LITERAL_FN_DEF_MATCH static qsort_comparison_fn sortCompareGray; +#endif static int sortCompareGray(const void * const entry1P, -- cgit 1.4.1