Illegal local symbol prefix

The argument to the LOCALS directive specifies an invalid start for local
symbols. For example,

LOCALS XYZ ;error, not 2 characters

The local symbol prefix must be exactly two characters that themselves are
a valid symbol name, such as __, @@, and so on (the default is @@).