IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2004, 10:25:57 AM (22 years ago)
Author:
evanalst
Message:

Add preprocessor statements to allow compilation on Mac OS.

File:
1 edited

Legend:

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

    r2302 r2345  
    88*  @author Ross Harman, MHPCC
    99*
    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 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1616#include <string.h>
    1717#include <ctype.h>
     18#ifdef DARWIN
     19#undef __STRICT_ANSI__
     20#endif
    1821#include <stdlib.h>
     22#ifdef DARWIN
     23#define __STRICT_ANSI__
     24#endif
    1925#include <math.h>
    2026
Note: See TracChangeset for help on using the changeset viewer.