From c7fde8d4e4175b436bc8db92bedd231261827e2c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 28 Aug 2016 17:08:01 -0700 Subject: 3272 Move global constants into their own section since we seem to be having trouble linking in 'extern const' variables when manually cleaving mu.cc into separate compilation units. --- 011load.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '011load.cc') diff --git a/011load.cc b/011load.cc index 6aae80f9..617727df 100644 --- a/011load.cc +++ b/011load.cc @@ -155,7 +155,7 @@ string next_word(istream& in) { return out.str(); } -:(before "End Globals") +:(before "End Constants") // word boundaries const string Terminators("(){}"); :(code) -- cgit 1.4.1-2-gfad0