diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-08 12:44:34 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-08 12:44:34 +0000 |
commit | d090dc8491682f30c49da381498c283c61f2e37b (patch) | |
tree | 1d808f4684327f06062f4add8029002292e674c6 /parse.y | |
parent | 319b7fa9090ddd39e03cb499ca2bcafd3a771a85 (diff) |
define config_path as global variable
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ struct location *loc; size_t iloc; int goterror = 0; -const char *config_path; void yyerror(const char*, ...); int parse_portno(const char*); |