Changeset 46 for trunk/src/gcc/libiberty


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

Updated #if/else/endif comments.

Location:
trunk/src/gcc/libiberty
Files:
2 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__ */
  • trunk/src/gcc/libiberty/pexecute.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r45 r46  
    485485
    486486/* This is for non-EMX OS/2 port (is it floating around anyway?) */
     487/* ??? Does OS2 have process.h?  */
    487488extern int spawnv ();
    488489extern int spawnvp ();
     
    790791}
    791792
    792 #endif /* ! __MSDOS__ && ! OS2 && ! MPW && ! (_WIN32 && ! _UWIN) && ! && ! __EMX__ */
     793#endif /* ! __MSDOS__ && ! OS2 && ! MPW && ! (_WIN32 && ! _UWIN) && ! __EMX__ */
    793794
    794795#ifdef __EMX__
Note: See TracChangeset for help on using the changeset viewer.