about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-02-16 03:41:24 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-02-16 03:41:24 +0000
commit7c5ed2519765e6fab510fd707e6a8e118df4f9ef (patch)
tree3a0a3627139561e2b0a67c645c587c0a4aa865fb
parent594a3b297125ab930d1b0ef1705085d3c2453d4b (diff)
downloadnetpbm-mirror-7c5ed2519765e6fab510fd707e6a8e118df4f9ef.tar.gz
netpbm-mirror-7c5ed2519765e6fab510fd707e6a8e118df4f9ef.tar.xz
netpbm-mirror-7c5ed2519765e6fab510fd707e6a8e118df4f9ef.zip
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
-rw-r--r--converter/other/pamtogif.c4
1 files changed, 4 insertions, 0 deletions
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,