diff options
| author | Tom Lane | 2017-02-19 21:41:51 +0000 |
|---|---|---|
| committer | Tom Lane | 2017-02-19 21:41:51 +0000 |
| commit | 5b3a2ca850718e1fd74f26bc2886e880676b2cd6 (patch) | |
| tree | ff07e33915c81baf802f078de4bb49c2e56f854a /src/tools/msvc | |
| parent | 170511b30da40d73b54d8190711cd6066327b934 (diff) | |
Dept of second thoughts: rename new perl script.
It didn't take long at all for me to become irritated that the original
choice of name for this script resulted in "warning" showing up in several
places in build logs, because I tend to grep for that. Change the script
name to avoid that.
Diffstat (limited to 'src/tools/msvc')
| -rw-r--r-- | src/tools/msvc/pgflex.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/pgflex.pl b/src/tools/msvc/pgflex.pl index d590155f10..fab0efa79f 100644 --- a/src/tools/msvc/pgflex.pl +++ b/src/tools/msvc/pgflex.pl @@ -60,7 +60,7 @@ if ($? == 0) { # Reentrant scanners usually need a fix to prevent # "unused variable" warnings with older flex versions. - system("perl src\\tools\\fix-flex-warning.pl $output"); + system("perl src\\tools\\fix-old-flex-code.pl $output"); } else { |
