Convert static declarations of struct option to use new macros from
authorJim Meyering <jim@meyering.net>
Wed, 2 Dec 1992 18:31:56 +0000 (18:31 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 2 Dec 1992 18:31:56 +0000 (18:31 +0000)
commiteb3a2516dba78740843793f755af412f24ac5330
treef6d6f8c876d373ff98a21e69c08c4a2a194fc360
parentf9a9be97e1792fb13bcd72b1bf82414bdb615788
Convert static declarations of struct option to use new macros from
getopt.h: no_argument, required_argument, and optional_argument.
18 files changed:
src/cat.c
src/csplit.c
src/cut.c
src/expand.c
src/fold.c
src/head.c
src/join.c
src/nl.c
src/od.c
src/paste.c
src/split.c
src/sum.c
src/tac.c
src/tail.c
src/tr.c
src/unexpand.c
src/uniq.c
src/wc.c