Changeset 935 for trunk/src/emx/src/emxexp/emxexp.c
- Timestamp:
- Jan 3, 2004, 7:27:13 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxexp/emxexp.c
-
Property cvs2svn:cvs-rev
changed from
1.12
to1.13
r934 r935 24 24 #include <stdarg.h> 25 25 #include <string.h> 26 #include < emx/getopt.h>26 #include <getopt.h> 27 27 #include <errno.h> 28 28 #include <ar.h> … … 954 954 _wildcard (&argc, &argv); 955 955 opterr = 0; 956 //optswchar = "-";957 956 optind = 0; 958 957 while ((c = getopt (argc, argv, "no::uw")) != EOF) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.