IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23486 for trunk/ppStats/src


Ignore:
Timestamp:
Mar 23, 2009, 9:25:43 AM (17 years ago)
Author:
Paul Price
Message:

Functions declared as 'type function()' caused errors with the Intel compiler ('error #310: old-style parameter list (anachronism)'), which wants 'type function()'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStats.h

    r23163 r23486  
    149149
    150150// used by ppStatsFromMetadata:
    151 psDataType psDataTypeFromString (char *typename);
    152 ppStatsEntry *ppStatsEntryAlloc ();
     151psDataType psDataTypeFromString(char *typename);
     152ppStatsEntry *ppStatsEntryAlloc(void);
    153153
    154154psArray *ppStatsFromMetadataEntries (psMetadata *recipe);
Note: See TracChangeset for help on using the changeset viewer.