From ec70b3c07c00f37ce8be53a58dc3fa4a9d4bad44 Mon Sep 17 00:00:00 2001
From: "Thomas G. Lockhart" <lockhart@fourpalms.org>
Date: Tue, 2 Sep 1997 02:32:35 +0000
Subject: [PATCH] Remove comment line in rules section. Keith reports trouble
 on Solaris and O'Reilly "lex & yacc" book claims ATT-lex has trouble with
 comments.

---
 src/backend/parser/scan.l | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/backend/parser/scan.l b/src/backend/parser/scan.l
index 37bbd9c707e..d29db6084f2 100644
--- a/src/backend/parser/scan.l
+++ b/src/backend/parser/scan.l
@@ -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}	|
-- 
GitLab