and O'Reilly "lex & yacc" book claims ATT-lex has trouble with comments.
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.15 1997/09/01 05:51:52 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.16 1997/09/02 02:32:35 thomas Exp $
*
*-------------------------------------------------------------------------
*/
{comment} { /* ignore */ }
- /* allow extended comments using C-style delimiters - tgl 1997-07-12 */
{xcline} { /* ignore */ }
{xcstar} |