Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec70b3c

Browse files
author
Thomas G. Lockhart
committed
Remove comment line in rules section. Keith reports trouble on Solaris
and O'Reilly "lex & yacc" book claims ATT-lex has trouble with comments.
1 parent 6084c91 commit ec70b3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/parser/scan.l

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.15 1997/09/01 05:51:52 thomas Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.16 1997/09/02 02:32:35 thomas Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -132,7 +132,6 @@ other .
132132

133133
{comment} { /* ignore */ }
134134

135-
/* allow extended comments using C-style delimiters - tgl 1997-07-12 */
136135
{xcline} { /* ignore */ }
137136

138137
<xc>{xcstar} |

0 commit comments

Comments
 (0)