[Python-Dev] continuations for the curious

Sam Rushing rushing@nightmare.com
Fri, 23 Jul 1999 18:52:00 -0700 (PDT)


Hey Chris, I think you're missing some include files
from 'veryfar.zip'?

ceval.c: In function `PyEval_EvalCode':
ceval.c:355: warning: return makes pointer from integer without a cast
ceval.c: In function `PyEval_EvalCode_nr':
ceval.c:375: `Py_UnwindToken' undeclared (first use this function)
ceval.c:375: (Each undeclared identifier is reported only once
ceval.c:375: for each function it appears in.)
ceval.c: In function `eval_code2_setup':
ceval.c:490: structure has no member named `f_execute'
ceval.c:639: structure has no member named `f_first_instr'
ceval.c:640: structure has no member named `f_next_instr'

-Sam