From f6ff958c91cdd68d6038f5209caeac796acd550b Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 9 Apr 2008 07:59:49 +0000 Subject: [PATCH] --- ase/utl/getopt.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ase/utl/getopt.c b/ase/utl/getopt.c index a2313c5f..d82d3c7f 100644 --- a/ase/utl/getopt.c +++ b/ase/utl/getopt.c @@ -1,5 +1,5 @@ /* - * $Id: getopt.c 142 2008-03-18 06:29:25Z baconevi $ + * $Id: getopt.c 160 2008-04-08 13:59:49Z baconevi $ * * {License} */ @@ -7,7 +7,10 @@ #include #include -/* +/* + * ase_getopt is based on BSD getopt. + * -------------------------------------------------------------------------- + * * Copyright (c) 1987-2002 The Regents of the University of California. * All rights reserved. * @@ -34,6 +37,8 @@ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. + * + * -------------------------------------------------------------------------- */ #include @@ -52,7 +57,7 @@ ase_cint_t ase_getopt (int argc, ase_char_t* const* argv, ase_opt_t* opt) { - ase_char_t* oli; /* option letter list index */ + ase_char_t* oli; /* option letter list index */ if (place == ASE_NULL) {