Changeset 1294


Ignore:
Timestamp:
2000-07-24T14:05:52+12:00 (24 years ago)
Author:
kjm18
Message:

a #define was causing errors, commented out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/lib/sysfuncs.h

    r855 r1294  
    126126#endif /* not STDC_HEADERS and HAVE_MEMORY_H */
    127127#ifndef index
    128 #define index strchr
     128/*#define index strchr
     129 *
     130 * this is stuffing up our code so its commented out */
    129131#endif
    130132#ifndef rindex
Note: See TracChangeset for help on using the changeset viewer.