Moved the declarations for some functions that only exist in PIKE_DEBUG mode to inside #ifdef PIKE_DEBUG, to make the compiler detect invalid use better. Fixed check_short_svalue to exist outside PIKE_DEBUG mode. Rev: src/svalue.h:1.158