IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2007, 2:35:38 PM (19 years ago)
Author:
jhoblitt
Message:

remove the usage of inline that conflicts with C99 semantics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psRegion.c

    r13741 r13991  
    154154}
    155155
    156 bool inline psRegionIsNaN(psRegion region)
     156bool psRegionIsNaN(psRegion region)
    157157{
    158158    return isnan(region.x0) || isnan(region.x1) || isnan(region.y0) || isnan(region.y1);
Note: See TracChangeset for help on using the changeset viewer.