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 e7705dca6b53182788e188ebf09853a10c1bb55e..97edc420fb5922b11a3ad2e508331747354169dd 100644 (file)
@@ -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)