Skip to content

Commit

Permalink
Avoid unnecessary global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Mar 18, 2019
1 parent 7cdb232 commit 8c9d8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/build/confutils.js
Expand Up @@ -3042,7 +3042,7 @@ function toolset_setup_project_tools()
ERROR('sed is required')
}

RE2C = PATH_PROG('re2c');
var RE2C = PATH_PROG('re2c');
if (RE2C) {
var RE2CVERS = probe_binary(RE2C, "version");
STDOUT.WriteLine(' Detected re2c version ' + RE2CVERS);
Expand Down

0 comments on commit 8c9d8c3

Please sign in to comment.