Ticket #32376: patch-src-emulate.c.diff

File patch-src-emulate.c.diff, 469 bytes (added by mklein-de (Michael Klein), 7 years ago)

second patch

  • src/emulate.c

    old new  
    695695  }
    696696}
    697697
    698 inline int
     698/*inline*/ int
    699699#ifdef __FunctionProto__
    700700decode_8_thru_f(int op1)
    701701#else
     
    19651965  }
    19661966}
    19671967
    1968 inline int
     1968/*inline*/ int
    19691969#ifdef __FunctionProto__
    19701970step_instruction(void)
    19711971#else
     
    22142214  return stop;
    22152215}
    22162216
    2217 inline void
     2217/*inline*/ void
    22182218#ifdef __FunctionProto__
    22192219schedule(void)
    22202220#else