Index: trunk/psLib/src/fileUtils/psLookupTable.c
===================================================================
--- trunk/psLib/src/fileUtils/psLookupTable.c	(revision 2302)
+++ trunk/psLib/src/fileUtils/psLookupTable.c	(revision 2345)
@@ -8,6 +8,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-09 00:38:14 $
+*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-12 20:25:57 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,5 +16,11 @@
 #include <string.h>
 #include <ctype.h>
+#ifdef DARWIN
+#undef __STRICT_ANSI__
+#endif
 #include <stdlib.h>
+#ifdef DARWIN
+#define __STRICT_ANSI__
+#endif
 #include <math.h>
 
