diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 | 
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /contrib/perl5/x2p/a2py.c | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) | |
Diffstat (limited to 'contrib/perl5/x2p/a2py.c')
| -rw-r--r-- | contrib/perl5/x2p/a2py.c | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/contrib/perl5/x2p/a2py.c b/contrib/perl5/x2p/a2py.c index 8a6155f4555b..0c4fdb446ac8 100644 --- a/contrib/perl5/x2p/a2py.c +++ b/contrib/perl5/x2p/a2py.c @@ -1,11 +1,14 @@ -/* $RCSfile: a2py.c,v $$Revision: 4.1 $$Date: 92/08/07 18:29:14 $ +/* $RCSfile: a2py.c,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:04 $   *   *    Copyright (c) 1991-1997, Larry Wall   *   *    You may distribute under the terms of either the GNU General Public   *    License or the Artistic License, as specified in the README file.   * - * $Log:	a2py.c,v $ + * $Log: a2py.c,v $ + * Revision 1.1.1.1  1998/09/09 07:00:04  markm + * Initial import of Perl5. The king is dead; long live the king! + *   */  #if defined(OS2) || defined(WIN32) | 
