]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove comment line in rules section. Keith reports trouble on Solaris
authorThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 2 Sep 1997 02:32:35 +0000 (02:32 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 2 Sep 1997 02:32:35 +0000 (02:32 +0000)
and O'Reilly "lex & yacc" book claims ATT-lex has trouble with comments.

src/backend/parser/scan.l

index 37bbd9c707e555bf76e62962d44c90fd3451537d..d29db6084f2b193370d1e5277b319bfb763797b9 100644 (file)
@@ -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}   |