Ignore:
Timestamp:
May 23, 2007, 5:13:11 AM (18 years ago)
Author:
bird
Message:

Load /home/bird/src/Gnu/make/2007-05-23 into vendor/gnumake/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/hash.h

    r501 r900  
    175175
    176176#define ISTRING_COMPARE(X, Y, RESULT) do { \
    177   RESULT = strcmpi ((X), (Y)); \
     177  RESULT = strcasecmp ((X), (Y)); \
    178178} while (0)
    179179#define return_ISTRING_COMPARE(X, Y) do { \
    180   return strcmpi ((X), (Y)); \
     180  return strcasecmp ((X), (Y)); \
    181181} while (0)
    182182
Note: See TracChangeset for help on using the changeset viewer.