]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fixed conflicting commit.
authorMichael Meskes <meskes@postgresql.org>
Fri, 15 Feb 2008 16:28:47 +0000 (16:28 +0000)
committerMichael Meskes <meskes@postgresql.org>
Fri, 15 Feb 2008 16:28:47 +0000 (16:28 +0000)
src/interfaces/ecpg/preproc/pgc.l

index ee2805d157f3f60440d7cf01d6a5388ff16efc41..02ba8240b698e0c76cc97ae1d9704d3e8799570d 100644 (file)
@@ -12,7 +12,7 @@
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.159.2.1 2008/02/15 12:11:02 meskes Exp $
+ *       $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.159.2.2 2008/02/15 16:28:47 meskes Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -743,11 +743,7 @@ cppline                    {space}*#(.*\\{space})*.*{newline}
 <C>{identifier}        {
                                                const ScanKeyword               *keyword;
                                                        
-<<<<<<< pgc.l
-                                               if (!INFORMIX_MODE && !isdefine())
-=======
                                                if (!isdefine())
->>>>>>> 1.162
                                                {
                                                        keyword = ScanCKeywordLookup(yytext);
                                                        if (keyword != NULL)