about summary refs log tree commit diff stats
path: root/085scenario_console.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-28 17:08:01 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-28 17:08:01 -0700
commitc7fde8d4e4175b436bc8db92bedd231261827e2c (patch)
treebb8093fcbb2784253a1ff58ff5a4908517c21581 /085scenario_console.cc
parentc7a836797abcbc65c39e7c3cae2ae88b7b878916 (diff)
downloadmu-c7fde8d4e4175b436bc8db92bedd231261827e2c.tar.gz
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.
Diffstat (limited to '085scenario_console.cc')
-rw-r--r--085scenario_console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/085scenario_console.cc b/085scenario_console.cc
index 1e11af12..6dc825e1 100644
--- a/085scenario_console.cc
+++ b/085scenario_console.cc
@@ -33,7 +33,7 @@ scenario keyboard-in-scenario [
   ]
 ]
 
-:(before "End Scenario Globals")
+:(before "End Fixed Scenario Locations")
 const int CONSOLE = Next_predefined_global_for_scenarios++;
 //: give 'console' a fixed location in scenarios
 :(before "End Special Scenario Variable Names(r)")