mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Fix some stray whitespace in parser files
This commit is contained in:
@@ -88,7 +88,7 @@ _null_ { return NULLVAL; }
|
||||
[\n] { yyline++; }
|
||||
[\r\t ] ;
|
||||
|
||||
^\#[^\n]* ; /* drop everything after "#" for comments */
|
||||
^\#[^\n]* ; /* drop everything after "#" for comments */
|
||||
|
||||
declare { yylval.kw = "declare"; return XDECLARE; }
|
||||
build { yylval.kw = "build"; return XBUILD; }
|
||||
|
Reference in New Issue
Block a user