Project

General

Profile

« Previous | Next » 

Revision 37a16c78

Added by byroot (Jean Boussier) about 1 year ago

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.