grok icon indicating copy to clipboard operation
grok copied to clipboard

Fix implicit declaration of conf_new_patternfile

Open ryandesign opened this issue 3 years ago • 0 comments

Fixes:

conf.y:86:7: error: implicit declaration of function 'conf_new_patternfile' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    { conf_new_patternfile(conf); CURPATTERNFILE = (yyvsp[(3) - (3)].str); ;}
      ^

ryandesign avatar Jan 17 '22 09:01 ryandesign