chiark
/
gitweb
/
~mdw
/
cfd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
4ab923c
)
Fix stupid error.
author
mdw
<mdw>
Thu, 19 Aug 1999 18:37:43 +0000
(18:37 +0000)
committer
mdw
<mdw>
Thu, 19 Aug 1999 18:37:43 +0000
(18:37 +0000)
mdwopt.h
patch
|
blob
|
blame
|
history
diff --git
a/mdwopt.h
b/mdwopt.h
index 02e84ab7b0c507f4b72f2f2fabe8061c0bba3985..1205b7bc016c712bbef15a19b25d88198ceb2531 100644
(file)
--- a/
mdwopt.h
+++ b/
mdwopt.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: mdwopt.h,v 1.
7 1999/08/19 18:35:10
mdw Exp $
+ * $Id: mdwopt.h,v 1.
8 1999/08/19 18:37:43
mdw Exp $
*
* Options parsing, similar to GNU @getopt_long@
*
*
* Options parsing, similar to GNU @getopt_long@
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: mdwopt.h,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: mdwopt.h,v $
+ * Revision 1.8 1999/08/19 18:37:43 mdw
+ * Fix stupid error.
+ *
* Revision 1.7 1999/08/19 18:35:10 mdw
* Add a couple more flag constants.
*
* Revision 1.7 1999/08/19 18:35:10 mdw
* Add a couple more flag constants.
*
@@
-150,7
+153,7
@@
enum {
/* --- New style flag names --- */
enum {
/* --- New style flag names --- */
enum {
- OPTF_NOARG = 0
/* No argument */
+ OPTF_NOARG = 0
,
/* No argument */
OPTF_ARGREQ = 1, /* Required argument */
OPTF_ARGOPT = 2, /* Optional argument */
OPTF_ARG = 3, /* Argument type bitmask */
OPTF_ARGREQ = 1, /* Required argument */
OPTF_ARGOPT = 2, /* Optional argument */
OPTF_ARG = 3, /* Argument type bitmask */