chiark
/
gitweb
/
~mdw
/
runlisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Change `-ise' to `-ize' throughout.
[runlisp]
/
mdwopt.h
diff --git
a/mdwopt.h
b/mdwopt.h
index 1615669bc2c1f8c01ead057b75a8838fa57c421e..ef508b306520f37f6beb699c0fdb2a54b12a0506 100644
(file)
--- a/
mdwopt.h
+++ b/
mdwopt.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: mdwopt.h,v 1.
1 1999/05/05 19:23:47
mdw Exp $
+ * $Id: mdwopt.h,v 1.
2 1999/05/13 22:57:23
mdw Exp $
*
* Options parsing, similar to GNU @getopt_long@
*
*
* Options parsing, similar to GNU @getopt_long@
*
@@
-29,8
+29,11
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: mdwopt.h,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: mdwopt.h,v $
- * Revision 1.1 1999/05/05 19:23:47 mdw
- * Initial revision
+ * Revision 1.2 1999/05/13 22:57:23 mdw
+ * Change `-ise' to `-ize' throughout.
+ *
+ * Revision 1.1.1.1 1999/05/05 19:23:47 mdw
+ * New import. The old CVS repository was lost in a disk disaster.
*
* --- Previous lives ---
*
*
* --- Previous lives ---
*
@@
-218,7
+221,7
@@
enum {
* usually done by using a `%|+|%' instead of a `%|-|%' to
* introduce the option.
*
* usually done by using a `%|+|%' instead of a `%|-|%' to
* introduce the option.
*
- * Long options, as populari
s
ed by the GNU utilities, are given
+ * Long options, as populari
z
ed by the GNU utilities, are given
* long-ish memorable names, preceded by a double-dash `%|--|%'.
* Since their names are more than a single character, long
* options can't be combined in the same way as short options.
* long-ish memorable names, preceded by a double-dash `%|--|%'.
* Since their names are more than a single character, long
* options can't be combined in the same way as short options.