author | Florian Forster <octo@collectd.org> | |
Tue, 16 Jun 2015 21:06:56 +0000 (23:06 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 16 Jun 2015 21:06:56 +0000 (23:06 +0200) | ||
commit | 53be6eefcb3d53634e04ffb1ca3db7fd7f064c34 | |
tree | 174f3a8738284cdb325e768a32c94ca364492e18 | tree | snapshot |
parent | 84f5f5923d8109366b2c3caf66ad7c2d89be38bd | commit | diff |
liboconfig: Declare yyparse().
Should hopefully fix:
oconfig.c:68:12: error: implicit declaration of function 'yyparse' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
status = yyparse ();
^
Should hopefully fix:
oconfig.c:68:12: error: implicit declaration of function 'yyparse' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
status = yyparse ();
^
src/liboconfig/oconfig.c | diff | blob | history |