From 22d4e991d5726ca034924fa697a32a42578202c2 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Thu, 29 Sep 2011 10:16:13 +0200 Subject: Transformed function macros in util.h to inline functions --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index 892c31f..1405dc4 100644 --- a/options.c +++ b/options.c @@ -140,5 +140,5 @@ void parse_options(int argc, char **argv) { _options.filenames = argv + optind; _options.filecnt = argc - optind; _options.from_stdin = _options.filecnt == 1 && - STREQ(_options.filenames[0], "-"); + streq(_options.filenames[0], "-"); } -- cgit v1.2.3-54-g00ecf