/[make]/make/glob/glob.c
ViewVC logotype

Diff of /make/glob/glob.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by psmith, Sat Jan 22 05:43:03 2000 UTC revision 1.23 by psmith, Fri Apr 8 12:51:21 2005 UTC
# Line 1303  glob_in_dir (pattern, directory, flags, Line 1303  glob_in_dir (pattern, directory, flags,
1303              {              {
1304                int fnm_flags = ((!(flags & GLOB_PERIOD) ? FNM_PERIOD : 0)                int fnm_flags = ((!(flags & GLOB_PERIOD) ? FNM_PERIOD : 0)
1305                                 | ((flags & GLOB_NOESCAPE) ? FNM_NOESCAPE : 0)                                 | ((flags & GLOB_NOESCAPE) ? FNM_NOESCAPE : 0)
1306  #if defined _AMIGA || defined VMS  #if defined HAVE_CASE_INSENSITIVE_FS
1307                                     | FNM_CASEFOLD                                     | FNM_CASEFOLD
1308  #endif  #endif
1309                                     );                                     );

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26