提交 d261adf6 编写于 作者: T Tom Lane

Fix ==-instead-of-= typo that gcc does its level best to point out.

Isn't anybody paying attention to warnings around here?
上级 baeafa91
......@@ -12,7 +12,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.52 2000/03/03 09:56:03 meskes Exp $
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.53 2000/03/08 22:03:12 tgl Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -315,7 +315,7 @@ cppline {space}*#(.*\\{line_end})*.*
}
{xqstart} {
state_before == YYSTATE;
state_before = YYSTATE;
BEGIN(xq);
startlit();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册