about summary refs log tree commit diff
path: root/converter
diff options
context:
space:
mode:
Diffstat (limited to 'converter')
-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,