about summary refs log tree commit diff stats
path: root/089scenario_filesystem.cc
diff options
context:
space:
mode:
Diffstat (limited to '089scenario_filesystem.cc')
-rw-r--r--089scenario_filesystem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/089scenario_filesystem.cc b/089scenario_filesystem.cc
index 8a91559b..4c7fce54 100644
--- a/089scenario_filesystem.cc
+++ b/089scenario_filesystem.cc
@@ -72,8 +72,8 @@ scenario assume-filesystem [
   ]
 ]
 
-:(before "End Fixed Scenario Locations")
-const int FILESYSTEM = Next_predefined_global_for_scenarios++;
+:(before "End Globals")
+extern const int FILESYSTEM = Next_predefined_global_for_scenarios++;
 //: give 'filesystem' a fixed location in scenarios
 :(before "End Special Scenario Variable Names(r)")
 Name[r]["filesystem"] = FILESYSTEM;