diff options
author | Douglas Lankshear <doug@lankshear.net> | 1998-07-09 02:51:42 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 02:06:11 +0000 |
commit | baed7233d4dfe516b6be04fb05fade5080a282e0 (patch) | |
tree | fefb177b6dc3a97b7acfeaa48f9c25eb6a281a27 /perl.c | |
parent | ec943e08dab44ba23d627be8e095a4a8d45c007d (diff) | |
download | perl-baed7233d4dfe516b6be04fb05fade5080a282e0.tar.gz |
added patch, made linking with setargv a build option
Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active>
Subject: [PATCH 5.004_71]
p4raw-id: //depot/perl@1416
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1718,6 +1718,9 @@ moreswitches(char *s) #ifdef atarist printf("atariST series port, ++jrb bammi@cadence.com\n"); #endif +#ifdef BINARY_BUILD_NOTICE + BINARY_BUILD_NOTICE; +#endif printf("\n\ Perl may be copied only under the terms of either the Artistic License or the\n\ GNU General Public License, which may be found in the Perl 5.0 source kit.\n\n\ |