Changeset 280 in kBuild for branches/GNU/src/gmake/glob/glob.c
- Timestamp:
- May 16, 2005 4:54:02 PM (20 years ago)
- Location:
- branches/GNU/src/gmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake
- Property svn:ignore
-
old new 34 34 README.DOS 35 35 README.W32 36 README.OS2 36 37 aclocal.m4 37 38 autom4te.cache
-
- Property svn:ignore
-
branches/GNU/src/gmake/glob/glob.c
r53 r280 1305 1305 int fnm_flags = ((!(flags & GLOB_PERIOD) ? FNM_PERIOD : 0) 1306 1306 | ((flags & GLOB_NOESCAPE) ? FNM_NOESCAPE : 0) 1307 #if defined _AMIGA || defined VMS1307 #if defined HAVE_CASE_INSENSITIVE_FS 1308 1308 | FNM_CASEFOLD 1309 1309 #endif
Note:
See TracChangeset
for help on using the changeset viewer.