summaryrefslogtreecommitdiff
path: root/proto.h
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 /proto.h
parentca29cf18c2bea1e55b93e33270c54e33affeda65 (diff)
downloadperl-8da795c62c26645b9d86cd8671cbb9c297445664.tar.gz
Change run to runops
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 4d31c07a8b..542d5663fd 100644
--- a/proto.h
+++ b/proto.h
@@ -338,7 +338,7 @@ char* regnext _((char* p));
char* regprop _((char* op));
void repeatcpy _((char* to, char* from, I32 len, I32 count));
char* rninstr _((char* big, char* bigend, char* little, char* lend));
-int run _((void));
+int runops _((void));
#ifndef safemalloc
void safefree _((char* where));
char* safemalloc _((MEM_SIZE size));