Changeset 623 for trunk/src/binutils/include/getopt.h
- Timestamp:
- Aug 17, 2003, 3:43:30 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/include/getopt.h
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.2
r622 r623 107 107 is 1, we found it so don't provide any declaration at all. */ 108 108 #if !HAVE_DECL_GETOPT 109 #if defined (__GNU_LIBRARY__) || defined (HAVE_DECL_GETOPT) 109 #if defined (__GNU_LIBRARY__) || defined (HAVE_DECL_GETOPT) || defined (__EMX__) 110 110 /* Many other libraries have conflicting prototypes for getopt, with 111 111 differences in the consts, in unistd.h. To avoid compilation -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.