diff options
author | Larry Wall <lwall@netlabs.com> | 1991-03-21 00:00:00 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-03-21 00:00:00 +0000 |
commit | fe14fcc35f78a371a174a1d14256c2f35ae4262b (patch) | |
tree | d472cb1055c47b9701cb0840969aacdbdbc9354a /x2p/util.c | |
parent | 27e2fb84680b9cc1db17238d5bf10b97626f477f (diff) | |
download | perl-fe14fcc35f78a371a174a1d14256c2f35ae4262b.tar.gz |
perl 4.0.00: (no release announcement available)perl-4.0.00
So far, 4.0 is still a beta test version. For the last production
version, look in pub/perl.3.0/kits@44.
Diffstat (limited to 'x2p/util.c')
-rw-r--r-- | x2p/util.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x2p/util.c b/x2p/util.c index 07f19a3715..d1ba317677 100644 --- a/x2p/util.c +++ b/x2p/util.c @@ -1,4 +1,4 @@ -/* $Header: util.c,v 3.0.1.1 90/10/16 11:34:06 lwall Locked $ +/* $Header: util.c,v 4.0 91/03/20 01:58:25 lwall Locked $ * * Copyright (c) 1989, Larry Wall * @@ -6,11 +6,8 @@ * as specified in the README file that comes with the perl 3.0 kit. * * $Log: util.c,v $ - * Revision 3.0.1.1 90/10/16 11:34:06 lwall - * patch29: removed #ifdef undef - * - * Revision 3.0 89/10/18 15:35:35 lwall - * 3.0 baseline + * Revision 4.0 91/03/20 01:58:25 lwall + * 4.0 baseline. * */ |