summaryrefslogtreecommitdiff
path: root/run.c
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-02-29 03:30:27 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-02-29 03:30:27 +0000
commit8da795c62c26645b9d86cd8671cbb9c297445664 (patch)
treeec46b637a044bb584a2285c0c01ae75a9f0362e9 /run.c
parentca29cf18c2bea1e55b93e33270c54e33affeda65 (diff)
downloadperl-8da795c62c26645b9d86cd8671cbb9c297445664.tar.gz
Change run to runops
Diffstat (limited to 'run.c')
-rw-r--r--run.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.c b/run.c
index 5d2255a4aa..7c09f8f58b 100644
--- 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;