Skip to content

Commit 0a96951

Browse files
author
Michael Meskes
committed
Fixed conflicting commit.
1 parent bea0466 commit 0a96951

File tree

1 file changed

+1
-5
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+1
-5
lines changed

src/interfaces/ecpg/preproc/pgc.l

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* IDENTIFICATION
15-
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.159.2.1 2008/02/15 12:11:02 meskes Exp $
15+
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.159.2.2 2008/02/15 16:28:47 meskes Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -743,11 +743,7 @@ cppline {space}*#(.*\\{space})*.*{newline}
743743
<C>{identifier} {
744744
const ScanKeyword *keyword;
745745

746-
<<<<<<< pgc.l
747-
if (!INFORMIX_MODE && !isdefine())
748-
=======
749746
if (!isdefine())
750-
>>>>>>> 1.162
751747
{
752748
keyword = ScanCKeywordLookup(yytext);
753749
if (keyword != NULL)

0 commit comments

Comments
 (0)