mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Post-PG 10 beta1 pgperltidy run
This commit is contained in:
@@ -36,7 +36,8 @@ exit 0 if $ccode !~ m/^#define YY_FLEX_SUBMINOR_VERSION (\d+)$/m;
|
||||
exit 0 if $1 >= 36;
|
||||
|
||||
# Apply the desired patch.
|
||||
$ccode =~ s|(struct yyguts_t \* yyg = \(struct yyguts_t\*\)yyscanner; /\* This var may be unused depending upon options. \*/
|
||||
$ccode =~
|
||||
s|(struct yyguts_t \* yyg = \(struct yyguts_t\*\)yyscanner; /\* This var may be unused depending upon options. \*/
|
||||
.*?)
|
||||
return yy_is_jam \? 0 : yy_current_state;
|
||||
|$1
|
||||
|
||||
Reference in New Issue
Block a user