Branch: Tag:

2015-12-25

2015-12-25 12:05:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Rename debug_find_shared_string().

Rename debug_find_shared_string() to debug_findstring(), since
it does what debug_findstring() has done historically, and remove
the old (new?) implementation of debug_findstring().

4649:    struct program *p;      #ifdef PIKE_DEBUG -  if (name != debug_find_shared_string(name)) +  if (name != debug_findstring(name))    Pike_fatal("reference_inherited_identifier on nonshared string.\n");   #endif   
5521:    int no_this = 0;      #ifdef PIKE_DEBUG -  if(name != debug_find_shared_string(name)) +  if(name != debug_findstring(name))    Pike_fatal("define_variable on nonshared string.\n");   #endif   
5728:   #endif      #ifdef PIKE_DEBUG -  if(name != debug_find_shared_string(name)) +  if(name != debug_findstring(name))    Pike_fatal("define_constant on nonshared string.\n");    if (c) {    check_svalue ((struct svalue*)c);