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. --- 082scenario_screen.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '082scenario_screen.cc') diff --git a/082scenario_screen.cc b/082scenario_screen.cc index 110a7831..01750bb0 100644 --- a/082scenario_screen.cc +++ b/082scenario_screen.cc @@ -143,10 +143,10 @@ assert(Next_predefined_global_for_scenarios < Reserved_for_tests); // initialize a default-space. assert(Name[tmp_recipe.at(0)][""] < Max_variables_in_scenarios); -:(before "End Globals") -// Scenario Globals. +:(before "End Constants") +// Fixed Scenario Locations. const int SCREEN = Next_predefined_global_for_scenarios++; -// End Scenario Globals. +// End Fixed Scenario Locations. //: give 'screen' a fixed location in scenarios :(before "End Special Scenario Variable Names(r)") -- cgit 1.4.1-2-gfad0