Changeset 2171


Ignore:
Timestamp:
Jul 3, 2005, 4:59:35 AM (20 years ago)
Author:
bird
Message:

Fixed misplaced #defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/bsd/gen/fts.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r2170 r2171  
    4141#ifndef __EMX__
    4242# define HAVE_FCHDIR
     43# define IS_SLASH(ch)   ( (ch) == '/' )
     44#else
    4345# define NEED_STRRSLASH
    4446# define IS_SLASH(ch)   ( (ch) == '/' || (ch) == '\\' )
    45 #else
    46 # define IS_SLASH(ch)   ( (ch) == '/' )
    4747#endif
    4848
Note: See TracChangeset for help on using the changeset viewer.