about summary refs log tree commit diff stats
path: root/055shape_shifting_container.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 /055shape_shifting_container.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 '055shape_shifting_container.cc')
-rw-r--r--055shape_shifting_container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/055shape_shifting_container.cc b/055shape_shifting_container.cc
index 88e9fb97..d49da7ab 100644
--- a/055shape_shifting_container.cc
+++ b/055shape_shifting_container.cc
@@ -79,7 +79,7 @@ container foo:t [
 ]
 +error: foo: type ingredient 't' must begin with an underscore
 
-:(before "End Globals")
+:(before "End Constants")
 // We'll use large type ordinals to mean "the following type of the variable".
 // For example, if we have a generic type called foo:_elem, the type
 // ingredient _elem in foo's type_info will have value START_TYPE_INGREDIENTS,