Common option '-N' do not require an argument.

This commit is contained in:
Boris Popov 2001-01-07 07:03:59 +00:00
parent 57a0ee63f0
commit 005b575313
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70744

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1999, Boris Popov
* Copyright (c) 1999, 2000, 2001 Boris Popov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -53,7 +53,7 @@
case 'N':case 'U':case 'R':case 'S':case 'T': \
case 'W':case 'O':case 'P'
#define STDPARAM_OPT "A:BCI:M:N:O:P:U:R:S:T:W:"
#define STDPARAM_OPT "A:BCI:M:NO:P:U:R:S:T:W:"
#ifndef min
#define min(a,b) (((a)<(b)) ? (a) : (b))