[GRASS-SVN] r57239 - grass/trunk/lib/db/sqlp

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 21 09:03:20 PDT 2013


Author: glynn
Date: 2013-07-21 09:03:20 -0700 (Sun, 21 Jul 2013)
New Revision: 57239

Modified:
   grass/trunk/lib/db/sqlp/sqlp.l
Log:
Add missing %{ ... %}


Modified: grass/trunk/lib/db/sqlp/sqlp.l
===================================================================
--- grass/trunk/lib/db/sqlp/sqlp.l	2013-07-21 15:59:08 UTC (rev 57238)
+++ grass/trunk/lib/db/sqlp/sqlp.l	2013-07-21 16:03:20 UTC (rev 57239)
@@ -205,10 +205,11 @@
   ***************************************/
 %}
 "--".*$		;	/* comment */
-
+%{
  /***************************************
   * DEFAULT RULE
   ***************************************/
+%}
 .	{ yyerror("Syntax error"); }
 
 %%



More information about the grass-commit mailing list