diff options
author | Michael Schwern <schwern@pobox.com> | 2002-12-19 00:00:00 -0800 |
---|---|---|
committer | Michael Schwern <schwern@pobox.com> | 2002-12-19 00:00:00 -0800 |
commit | de64de47f7150f9a23ee0bb6d23c1082e8c5e551 (patch) | |
tree | d7e8204a6844a4ed5fb571da6a0c47a637af53b8 /cmd.h | |
parent | a4de7c03d0bdc29d9d3a18abad4ac2628182ed7b (diff) | |
download | perl-1.0.15.tar.gz |
Perl 1.0.15perl-1.0.15
As a birthday present to Perl and Larry, through the work of the
perl1-porters, in particular Richard Clamp, resurrected here is Perl 1.0
with minimal patches for modern machines.
Diffstat (limited to 'cmd.h')
-rw-r--r-- | cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ struct cmd { EXT CMD *main_root INIT(Nullcmd); EXT CMD *eval_root INIT(Nullcmd); -EXT struct compcmd { +struct compcmd { CMD *comp_true; CMD *comp_alt; }; |