string.c: preserve coderange when interning a string
Since str_do_hash will most likely scan the string to compute the coderange, we might as well copy it over in the interned string in case it's useful later.
str_do_hash
string.c: preserve coderange when interning a string
Since
str_do_hashwill most likely scan the string tocompute the coderange, we might as well copy it over in the
interned string in case it's useful later.