Index: trunk/psLib/src/collections/psCompare.c
===================================================================
--- trunk/psLib/src/collections/psCompare.c	(revision 3127)
+++ trunk/psLib/src/collections/psCompare.c	(revision 3148)
@@ -7,6 +7,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-27 00:57:31 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-08 00:39:58 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -31,5 +31,5 @@
 
 #define COMPARE_NUMERIC_DESCENDING(TYPE) \
-int psCompare##TYPE##Descending(const void* a, const void* b) { \
+int psCompareDescending##TYPE(const void* a, const void* b) { \
     return *((ps##TYPE*)b) - *((ps##TYPE*)a); \
 }
