Changeset 1843
- Timestamp:
- Mar 13, 2005, 12:06:11 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/emxomf/emxomf.c
-
Property cvs2svn:cvs-rev
changed from
1.40
to1.41
r1842 r1843 4226 4226 /* Parse the command line options. */ 4227 4227 4228 while ((c = getopt (argc, argv, "bdD:h:i:jI:m:l::o:P:p:qO:r:R:tsuxwz")) != EOF)4228 while ((c = getopt_long (argc, argv, "bdD:h:i:jI:m:l::o:P:p:qO:r:R:tsuxwz", NULL, NULL)) != EOF) /* use long for getting optional -l argument working (FLAG_PERMUTE). */ 4229 4229 switch (c) 4230 4230 { -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.