[Spread-cvs] commit: r404 - trunk/daemon

jonathan at spread.org jonathan at spread.org
Fri Oct 24 02:45:13 EDT 2008


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  <jonathan at spreadconcepts.com>
+
+	* config_parse.y: Fix yacc warning on RouteVector definition. Patch
+	by Alexey Zakhlestin. 
+
 Fri Oct 24 02:40:03 2008  Jonathan Stanton  <jonathan at spreadconcepts.com>
 
 	* 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) {




More information about the Spread-cvs mailing list