diff options
Diffstat (limited to 'gnu/usr.bin/perl/perl/usersub.c')
-rw-r--r-- | gnu/usr.bin/perl/perl/usersub.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/perl/usersub.c b/gnu/usr.bin/perl/perl/usersub.c index 8c7cb65c47f6f..c2e7e2bf02f7a 100644 --- a/gnu/usr.bin/perl/perl/usersub.c +++ b/gnu/usr.bin/perl/perl/usersub.c @@ -1,10 +1,13 @@ -/* $RCSfile: usersub.c,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:34 $ +/* usersub.c,v1.21995/05/30 05:03:27 * * This file contains stubs for routines that the user may define to * set up glue routines for C libraries or to decrypt encrypted scripts * for execution. * - * $Log: usersub.c,v $ + * usersub.c,v + * Revision 1.2 1995/05/30 05:03:27 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:34 gclarkii * Initial import of Perl 4.046 bmaked * |