This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[asperl] various changes to get asperl working under Borland
[perl5.git] / globals.c
index fc75a79..53750a6 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -1443,7 +1443,7 @@ CPerlObj::Init(void)
 #endif
     maxo = MAXO;
     sh_path = SH_PATH;
-    runops = RUNOPS_DEFAULT;
+    runops = FUNC_NAME_TO_PTR(RUNOPS_DEFAULT);
 #ifdef CSH
     cshname = CSH;
 #endif