Commit ec70b3c0 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Remove comment line in rules section. Keith reports trouble on Solaris

and O'Reilly "lex & yacc" book claims ATT-lex has trouble with comments.
parent 6084c915
......@@ -8,7 +8,7 @@
*
*
* 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 $
*
*-------------------------------------------------------------------------
*/
......@@ -132,7 +132,6 @@ other .
{comment} { /* ignore */ }
/* allow extended comments using C-style delimiters - tgl 1997-07-12 */
{xcline} { /* ignore */ }
<xc>{xcstar} |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment