The change made to PerlBase.cpp in a previous patch, of course, requires
a change in PerlBase.h!
Forgot to send this in earlier...
Best Regards,
Adam
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
public:
CPerlBase();
IMPORT_C virtual ~CPerlBase();
+ IMPORT_C static CPerlBase* NewInterpreter(TBool aCloseStdlib = ETrue,
+ void (*aStdioInitFunc)(void*) = NULL,
+ void *aStdioInitCookie = NULL);
IMPORT_C static CPerlBase* NewInterpreterL(TBool aCloseStdlib = ETrue,
void (*aStdioInitFunc)(void*) = NULL,
void *aStdioInitCookie = NULL);