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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 23 06:13:02 PDT 2013


Author: glynn
Date: 2013-07-23 06:13:01 -0700 (Tue, 23 Jul 2013)
New Revision: 57254

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


Modified: grass/trunk/lib/db/sqlp/sqlp.l
===================================================================
--- grass/trunk/lib/db/sqlp/sqlp.l	2013-07-23 12:34:58 UTC (rev 57253)
+++ grass/trunk/lib/db/sqlp/sqlp.l	2013-07-23 13:13:01 UTC (rev 57254)
@@ -1,3 +1,4 @@
+%{
 /*****************************************************************************
 *
 * MODULE:       SQL statement parser library 
@@ -19,6 +20,7 @@
 *****************************************************************************/
 
 /****************     C-CODE   *****************/
+%}
 
 %{
 #include <grass/sqlp.h>
@@ -30,11 +32,15 @@
 
 %}
 
+%{
 /***************       LEX HEADER  **************/
+%}
 
 %e 1200
 
+%{
 /****************      LEX BODY  ****************/
+%}
 %%
 %{
  /***************************************



More information about the grass-commit mailing list