summaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.c b/globals.c
index fc75a790c8..53750a6aa7 100644
--- 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