IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 568


Ignore:
Timestamp:
May 3, 2004, 4:26:11 PM (22 years ago)
Author:
rhl
Message:

commas are now optional; why bother with them?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/psErrorCodes.dat

    r389 r568  
    22# This file is used to generate psErrorClasses.h
    33#
    4 NONE = 0,               not an error; must be 0
    5 BASE = 256,             first value we use; should avoid errno conflicts
    6 UNKNOWN,                unknown error
    7 IO,                     I/O error
    8 BADFREE,                bad argument to psFree()
    9 MEMORY_CORRUPTION,      memory corruption detected
    10 MEMORY_EXHAUSTED,       unable to allocate requested memory
    11 BAD_INDEX,              index is out of range
     4NONE = 0                no error
     5BASE = 256              first value we use; should avoid errno conflicts
     6UNKNOWN                 unknown error
     7IO                      I/O error
     8BADFREE                 bad argument to psFree()
     9MEMORY_CORRUPTION       memory corruption detected
     10MEMORY_EXHAUSTED        unable to allocate requested memory
     11BAD_INDEX               index is out of range
Note: See TracChangeset for help on using the changeset viewer.