This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move TidyType() to Utilities::tidy_type()
[perl5.git] / symbian / PerlBase.h
index a2dbcf6..769958d 100644 (file)
@@ -47,6 +47,9 @@ class CPerlBase : public CBase
   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);