Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea0466 commit 0a96951Copy full SHA for 0a96951
src/interfaces/ecpg/preproc/pgc.l
@@ -12,7 +12,7 @@
12
*
13
14
* IDENTIFICATION
15
- * $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 $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -743,11 +743,7 @@ cppline {space}*#(.*\\{space})*.*{newline}
743
<C>{identifier} {
744
const ScanKeyword *keyword;
745
746
-<<<<<<< pgc.l
747
- if (!INFORMIX_MODE && !isdefine())
748
-=======
749
if (!isdefine())
750
->>>>>>> 1.162
751
{
752
keyword = ScanCKeywordLookup(yytext);
753
if (keyword != NULL)
0 commit comments