diff --git a/lib/error.g b/lib/error.g index 03399ec457..5922b2dbfd 100644 --- a/lib/error.g +++ b/lib/error.g @@ -23,7 +23,7 @@ end); ############################################################################# ## ## Default stream for error messages. -ERROR_OUTPUT := "*errout*"; +ERROR_OUTPUT := MakeImmutable("*errout*"); ############################################################################# ##