diff options
Diffstat (limited to '010vm.cc')
-rw-r--r-- | 010vm.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/010vm.cc b/010vm.cc index 1302f198..6728a0a3 100644 --- a/010vm.cc +++ b/010vm.cc @@ -412,8 +412,8 @@ string_tree* property(const reagent& r, const string& name) { return NULL; } -:(before "End Constants") -const string Ignore(","); // commas are ignored in mu except within [] strings +:(before "End Globals") +extern const string Ignore(","); // commas are ignored in mu except within [] strings :(code) void skip_whitespace_but_not_newline(istream& in) { while (true) { |