From: Andre Noll Date: Tue, 16 May 2017 20:48:02 +0000 (+0200) Subject: afh: Make parse result pointer static. X-Git-Tag: v0.6.1~77 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=5710a297f747081a85218637c3777e6d189d786c afh: Make parse result pointer static. It is only referenced within afh.c. --- diff --git a/afh.c b/afh.c index 4955b3cf..9d40caeb 100644 --- a/afh.c +++ b/afh.c @@ -20,7 +20,7 @@ /** Array of error strings. */ DEFINE_PARA_ERRLIST; -struct lls_parse_result *lpr; +static struct lls_parse_result *lpr; #define CMD_PTR (lls_cmd(0, afh_suite)) #define OPT_RESULT(_name) (lls_opt_result(LSG_AFH_PARA_AFH_OPT_ ## _name, lpr))