IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4167


Ignore:
Timestamp:
Jun 8, 2005, 2:56:37 PM (21 years ago)
Author:
desonia
Message:

Mac OSX fix.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/psLookupTable.c

    r4162 r4167  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-06-08 23:40:45 $
     9*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-06-09 00:56:37 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    1515#include <string.h>
    1616#include <ctype.h>
     17#undef __STRICT_ANSI__
    1718#include <stdlib.h>
     19#define __STRICT_ANSI__
     20#include <limits.h>
    1821#include <math.h>
    1922
  • trunk/psLib/src/types/psLookupTable.c

    r4162 r4167  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-06-08 23:40:45 $
     9*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-06-09 00:56:37 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    1515#include <string.h>
    1616#include <ctype.h>
     17#undef __STRICT_ANSI__
    1718#include <stdlib.h>
     19#define __STRICT_ANSI__
     20#include <limits.h>
    1821#include <math.h>
    1922
Note: See TracChangeset for help on using the changeset viewer.