Branch: Tag:

2016-02-07

2016-02-07 18:15:29 by Martin Nilsson <nilsson@fastmail.com>

Rewrote a few PIKE_DEBUG outputs.

1689: Inside #if undefined(OPCODE_INLINE_RETURN)
   * prevent gcc from optimizing the labels below too much    */    - #ifdef PIKE_DEBUG -  fprintf(stderr,"We have reached the end of the world!\n"); - #endif +  DWERR("We have reached the end of the world!\n");    }      #ifdef __GNUC__