Branch: Tag:

2000-08-24

2000-08-24 09:56:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Might now compile without debug again.

Rev: src/interpret.c:1.167

5:   \*/   /**/   #include "global.h" - RCSID("$Id: interpret.c,v 1.166 2000/08/24 04:04:40 hubbe Exp $"); + RCSID("$Id: interpret.c,v 1.167 2000/08/24 09:56:29 grubba Exp $");   #include "interpret.h"   #include "object.h"   #include "program.h"
376:    }   }    + #ifdef PIKE_DEBUG +    inline void pike_trace(int level,char *fmt, ...) ATTRIBUTE((format (printf, 2, 3)));   inline void pike_trace(int level,char *fmt, ...)   {
389:    }   }    - #ifdef PIKE_DEBUG -  +    void my_describe_inherit_structure(struct program *p)   {    struct inherit *in,*last=0;
636:   if(Y(Pike_sp-2,Pike_sp-1)) { \    DOJUMP(); \   }else{ \ -  pc+=sizeof(INT32); \ +  SKIPJUMP(); \   } \   pop_n_elems(2); \   break