Branch: Tag:

2013-08-16

2013-08-16 12:57:03 by Per Hedbor <ph@opera.com>

Since NULL is no longer possible, simplify CALL_MACHINE_CODE

22:      #define CALL_MACHINE_CODE(pc) \    do { \ -  /* The test is needed to get the labels to work... */ \ -  if (pc) { \ +     ((int (*)(struct Pike_interpreter_struct *))(pc)) (Pike_interpreter_pointer); \ -  goto inter_return_label; \ -  } \ +     } while(0)