Changeset 900 for vendor/gnumake/current/hash.h
- Timestamp:
- May 23, 2007, 5:13:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/hash.h
r501 r900 175 175 176 176 #define ISTRING_COMPARE(X, Y, RESULT) do { \ 177 RESULT = strc mpi((X), (Y)); \177 RESULT = strcasecmp ((X), (Y)); \ 178 178 } while (0) 179 179 #define return_ISTRING_COMPARE(X, Y) do { \ 180 return strc mpi((X), (Y)); \180 return strcasecmp ((X), (Y)); \ 181 181 } while (0) 182 182
Note:
See TracChangeset
for help on using the changeset viewer.