diff options
author | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:27:37 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:27:37 +0000 |
commit | 132b68a5c516d31aa5abdbca3bb36ded2c13b4cc (patch) | |
tree | d9d2896757fae635863444852c7d4d5c63033c8b /hints | |
parent | 16a2aea0ab11de3fff7ce863c5c2cf1851bb125e (diff) | |
download | perl-132b68a5c516d31aa5abdbca3bb36ded2c13b4cc.tar.gz |
perl 4.0 patch 4: (combined patch)
Random patches, mostly bugs and portability stuff. //g is the
only major new feature. Additionally, there is now an alternate
license you can distribute Perl under.
Diffstat (limited to 'hints')
-rw-r--r-- | hints/3b1.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/3b1.sh b/hints/3b1.sh new file mode 100644 index 0000000000..8c9f5a909a --- /dev/null +++ b/hints/3b1.sh @@ -0,0 +1,4 @@ +d_voidsig='undef' +d_tosignal='int'; +echo "If you're going to use shared libraries, don't include -lmalloc, and" +echo "change cc to '/bin/ccc' when editing config.sh at the end." |