Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 617808
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- zoom-1.1.5/src/interp.c
0
++ zoom-1.1.5/src/interp.c
Lines 232-238 Link Here
232
  return newframe;
232
  return newframe;
233
}
233
}
234
234
235
inline void store(ZStack* stack, int var, ZWord value)
235
void store(ZStack* stack, int var, ZWord value)
236
{
236
{
237
#ifdef DEBUG
237
#ifdef DEBUG
238
  printf_debug("Storing %i in Variable #%x\n", value, var);
238
  printf_debug("Storing %i in Variable #%x\n", value, var);

Return to bug 617808