commit: r404 - trunk/daemon
[email protected] Fri, 24 Oct 2008 02:45:13 -0400
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jonathan Date: 2008-10-24 02:45:13 -0400 (Fri, 24 Oct 2008) New Revision: 404 Modified: trunk/daemon/Changelog trunk/daemon/config_parse.y Log: Fix warning in yacc parser. Patch by Alexey Zakhlestin. Modified: trunk/daemon/Changelog =================================================================== --- trunk/daemon/Changelog 2008-10-24 06:41:20 UTC (rev 403) +++ trunk/daemon/Changelog 2008-10-24 06:45:13 UTC (rev 404) @@ -1,3 +1,8 @@ +Fri Oct 24 02:42:26 2008 Jonathan Stanton <[email protected]> + + * config_parse.y: Fix yacc warning on RouteVector definition. Patch + by Alexey Zakhlestin. + Fri Oct 24 02:40:03 2008 Jonathan Stanton <[email protected]> * protocol.c (Prot_initiate_conf_reload): Fix prototype of function Modified: trunk/daemon/config_parse.y =================================================================== --- trunk/daemon/config_parse.y 2008-10-24 06:41:20 UTC (rev 403) +++ trunk/daemon/config_parse.y 2008-10-24 06:45:13 UTC (rev 404) @@ -695,7 +695,6 @@ } rvec_num++; } - | ; %% void yywarn(char *str) {