Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing ";" to rule in...
authorMichael Meskes <meskes@postgresql.org>
Tue, 15 Sep 2009 08:44:57 +0000 (08:44 +0000)
committerMichael Meskes <meskes@postgresql.org>
Tue, 15 Sep 2009 08:44:57 +0000 (08:44 +0000)
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/preproc/pgc.l

index 6593b6d552561008a535a9742044957509dd7de0..e45e2ca8185c2d414e98658621103e87752f309d 100644 (file)
@@ -2428,6 +2428,11 @@ Fri, 14 Aug 2009 14:45:02 +0200
 Thu, 03 Sep 2009 11:45:13 +0200
 
        - Removed some no longer used variables as reported by clang.
+
+Tue, 15 Sep 2009 10:17:52 +0200
+
+       - Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing
+         ";" to rule in pgc.l.
        - Set ecpg library version to 6.2.
        - Set compat library version to 3.2.
        - Set ecpg version to 4.6.
index 34126ad1c2dd050b5dc852a30dfc484f56237cbc..9d0b8fb48a0922345180c8dcb4772ef459a4ff9a 100644 (file)
@@ -987,7 +987,7 @@ cppline                     {space}*#(.*\\{space})*.*{newline}
                                                        BEGIN(xskip);
                                        }
                                }
-<C,xskip>{informix_special}{else}{space}*      {
+<C,xskip>{informix_special}{else}{space}*";"   {
                                        /* are we simulating Informix? */
                                        if (INFORMIX_MODE)
                                        {