Changeset 2345
- Timestamp:
- Nov 12, 2004, 10:25:57 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
dataIO/psLookupTable.c (modified) (2 diffs)
-
fileUtils/psLookupTable.c (modified) (2 diffs)
-
types/psLookupTable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psLookupTable.c
r2302 r2345 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-11- 09 00:38:14$10 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-11-12 20:25:57 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 #include <string.h> 17 17 #include <ctype.h> 18 #ifdef DARWIN 19 #undef __STRICT_ANSI__ 20 #endif 18 21 #include <stdlib.h> 22 #ifdef DARWIN 23 #define __STRICT_ANSI__ 24 #endif 19 25 #include <math.h> 20 26 -
trunk/psLib/src/fileUtils/psLookupTable.c
r2302 r2345 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-11- 09 00:38:14$10 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-11-12 20:25:57 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 #include <string.h> 17 17 #include <ctype.h> 18 #ifdef DARWIN 19 #undef __STRICT_ANSI__ 20 #endif 18 21 #include <stdlib.h> 22 #ifdef DARWIN 23 #define __STRICT_ANSI__ 24 #endif 19 25 #include <math.h> 20 26 -
trunk/psLib/src/types/psLookupTable.c
r2302 r2345 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-11- 09 00:38:14$10 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-11-12 20:25:57 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 #include <string.h> 17 17 #include <ctype.h> 18 #ifdef DARWIN 19 #undef __STRICT_ANSI__ 20 #endif 18 21 #include <stdlib.h> 22 #ifdef DARWIN 23 #define __STRICT_ANSI__ 24 #endif 19 25 #include <math.h> 20 26
Note:
See TracChangeset
for help on using the changeset viewer.
