*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.54 2000/03/15 19:09:10 meskes Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.55 2000/03/18 05:44:21 tgl Exp $
*
*-------------------------------------------------------------------------
*/
return ICONST;
}
-b><> { mmerror(ET_ERROR, "Unterminated hexadecimal integer"); }
+h><> { mmerror(ET_ERROR, "Unterminated hexadecimal integer"); }
{xqstart} {
state_before = YYSTATE;
{xdinside} {
addlit(yytext, yyleng);
}
-q><> { mmerror(ET_ERROR, "Unterminated quoted identifier"); }
+d><> { mmerror(ET_ERROR, "Unterminated quoted identifier"); }
{typecast} { return TYPECAST; }
{self} { /*
* We may find a ';' inside a structure