projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eb6ee0
)
afh: Make parse result pointer static.
author
Andre Noll
<maan@tuebingen.mpg.de>
Tue, 16 May 2017 20:48:02 +0000
(22:48 +0200)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Sat, 3 Jun 2017 04:45:52 +0000
(06:45 +0200)
It is only referenced within afh.c.
afh.c
patch
|
blob
|
history
diff --git
a/afh.c
b/afh.c
index
4955b3c
..
9d40cae
100644
(file)
--- a/
afh.c
+++ b/
afh.c
@@
-20,7
+20,7
@@
/** Array of error strings. */
DEFINE_PARA_ERRLIST;
-struct lls_parse_result *lpr;
+st
atic st
ruct 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))