perl 5.003_01: mg.c
[p5sagit/p5-mst-13.2.git] / run.c
diff --git a/run.c b/run.c
index 5d2255a..7c09f8f 100644 (file)
--- a/run.c
+++ b/run.c
@@ -22,7 +22,7 @@ dEXT char *watchok;
 #ifndef DEBUGGING
 
 int
-run() {
+runops() {
     SAVEI32(runlevel);
     runlevel++;
 
@@ -35,7 +35,7 @@ run() {
 static void debprof _((OP*op));
 
 int
-run() {
+runops() {
     if (!op) {
        warn("NULL OP IN RUN");
        return 0;