foralex / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Patch suggestion #195

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I suggest a patch to interpreter.h, line 613: add parameter pc to DebugInit and 
DebugCleanup.

void DebugInit(Picoc *pc);
void DebugCleanup(Picoc *pc);

Original issue reported on code.google.com by christop...@gmail.com on 16 Apr 2014 at 9:11