Branch: Tag:

2014-05-08

2014-05-08 10:57:09 by Per Hedbor <ph@opera.com>

Tweak: Made a function static

339:    }   }    - void do_cond_jump(node *n, int label, int iftrue, int flags) + static void do_cond_jump(node *n, int label, int iftrue, int flags)   {    iftrue=!!iftrue;    if((flags & DO_POP) && node_is_tossable(n))
442:    return 1;   }    - static INLINE struct compiler_frame *find_local_frame(INT32 depth) + static struct compiler_frame *find_local_frame(INT32 depth)   {    struct compiler_frame *f=Pike_compiler->compiler_frame;    while(--depth>=0) f=f->previous;