diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-07 06:26:19 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-07 06:26:19 +0000 |
| commit | 1e97817fadf7ccc7cd96322fa87f6dd66f22d841 (patch) | |
| tree | c1154624c189c70e66fdcbd0b56d86a7a34b3ac9 /gnu | |
| parent | 9c171de035eabb07b00663d2e8837898c2a65bf5 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/perl/x2p/util.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/x2p/util.h b/gnu/usr.bin/perl/x2p/util.h index ad94422bf32a..17a689a33bf2 100644 --- a/gnu/usr.bin/perl/x2p/util.h +++ b/gnu/usr.bin/perl/x2p/util.h @@ -1,4 +1,4 @@ -/* $RCSfile: util.h,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:55 $ +/* $RCSfile: util.h,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:46 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: util.h,v $ + * Revision 1.2 1995/05/30 05:03:46 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:55 gclarkii * Initial import of Perl 4.046 bmaked * @@ -48,7 +51,6 @@ void prexit(); char *get_a_line(); char *savestr(); int makedir(); -void setenv(); int envix(); void notincl(); char *getval(); |
