Ignore:
Timestamp:
May 23, 2007, 7:31:19 AM (18 years ago)
Author:
bird
Message:

Merged with the 2007-05-23 CVS. Added rsort and fixed a couple of windows build issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/hash.h

    r527 r903  
    278278
    279279#define ISTRING_COMPARE(X, Y, RESULT) do { \
    280   RESULT = strcmpi ((X), (Y)); \
     280  RESULT = strcasecmp ((X), (Y)); \
    281281} while (0)
    282282#define return_ISTRING_COMPARE(X, Y) do { \
    283   return strcmpi ((X), (Y)); \
     283  return strcasecmp ((X), (Y)); \
    284284} while (0)
    285285
Note: See TracChangeset for help on using the changeset viewer.