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 /proto.h | |
parent | ca29cf18c2bea1e55b93e33270c54e33affeda65 (diff) | |
download | perl-8da795c62c26645b9d86cd8671cbb9c297445664.tar.gz |
Change run to runops
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |