Ignore:
Timestamp:
Apr 28, 2003, 6:47:23 PM (22 years ago)
Author:
bird
Message:

Updated #if/else/endif comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/libiberty/getpwd.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r45 r46  
    105105}
    106106
    107 #else   /* VMS || _WIN32 && !__CYGWIN__ */
     107#else   /* VMS || _WIN32 && !__CYGWIN__ || __EMX__ */
    108108
    109109#ifndef MAXPATHLEN
     
    125125}
    126126
    127 #endif  /* VMS || _WIN32 && !__CYGWIN__ */
     127#endif  /* VMS || _WIN32 && !__CYGWIN__ || __EMX__ */
Note: See TracChangeset for help on using the changeset viewer.