diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-02-29 03:30:27 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-02-29 03:30:27 +0000 |
commit | 8da795c62c26645b9d86cd8671cbb9c297445664 (patch) | |
tree | ec46b637a044bb584a2285c0c01ae75a9f0362e9 /run.c | |
parent | ca29cf18c2bea1e55b93e33270c54e33affeda65 (diff) | |
download | perl-8da795c62c26645b9d86cd8671cbb9c297445664.tar.gz |
Change run to runops
Diffstat (limited to 'run.c')
-rw-r--r-- | run.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |