From cf623fd25b942c4f79d2c156e4cbcb622f061f46 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Fri, 8 Jan 2021 15:55:09 -0500 Subject: Rename global metadata to local metadata. (#1231) Fixes #828 --- cpp/src/slice2js/Gen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/slice2js/Gen.cpp') diff --git a/cpp/src/slice2js/Gen.cpp b/cpp/src/slice2js/Gen.cpp index fa878d44a62..c85f0393748 100644 --- a/cpp/src/slice2js/Gen.cpp +++ b/cpp/src/slice2js/Gen.cpp @@ -714,12 +714,12 @@ Slice::Gen::generate(const UnitPtr& p) printGeneratedHeader(_jsout, _fileBase + ".ice"); // - // Check for global "js:module:ice" metadata. If this is set then we are building Ice. + // Check for file "js:module:ice" metadata. If this is set then we are building Ice. // bool icejs = module == "ice"; // - // Check for global "js:es6-module" metadata. If this is set we are using es6 module mapping + // Check for file "js:es6-module" metadata. If this is set we are using es6 module mapping // bool es6module = dc->findMetaData("js:es6-module") == "js:es6-module"; -- cgit v1.2.3