Changeset 935
- Timestamp:
- Jan 3, 2004, 7:27:13 PM (22 years ago)
- Location:
- trunk/src/emx/src
- Files:
-
- 2 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
-
trunk/src/emx/src/emximp/emximp.c
-
Property cvs2svn:cvs-rev
changed from
1.9
to1.10
r934 r935 26 26 #include <string.h> 27 27 #include <ctype.h> 28 #include < emx/getopt.h>28 #include <getopt.h> 29 29 #include <process.h> 30 30 #include <ar.h> … … 1273 1273 opt_b = FALSE; opt_q = FALSE; opt_s = FALSE; base_len = 0; opt_o = NULL; 1274 1274 opterr = 0; 1275 optswchar = "-";1276 1275 optind = 0; 1277 1276 while ((c = getopt (argc, argv, "a::b:mo:p:qsP:")) != EOF) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.