This commit is contained in:
2008-07-23 08:22:24 +00:00
parent 2b99c1efad
commit e5d8cb27fd
3 changed files with 83 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: getopt.c 160 2008-04-08 13:59:49Z baconevi $
* $Id: getopt.c 284 2008-07-22 14:22:24Z baconevi $
*
* {License}
*/
@ -129,5 +129,3 @@ ase_cint_t ase_getopt (int argc, ase_char_t* const* argv, ase_opt_t* opt)
return optopt; /* dump back option letter */
}