Isn't anybody paying attention to warnings around here?
*
*
* 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 $
*
*-------------------------------------------------------------------------
*/
}
{xqstart} {
- state_before == YYSTATE;
+ state_before = YYSTATE;
BEGIN(xq);
startlit();
}