summaryrefslogtreecommitdiff
path: root/x2p/str.c
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1991-03-21 00:00:00 +0000
committerLarry Wall <lwall@netlabs.com>1991-03-21 00:00:00 +0000
commitfe14fcc35f78a371a174a1d14256c2f35ae4262b (patch)
treed472cb1055c47b9701cb0840969aacdbdbc9354a /x2p/str.c
parent27e2fb84680b9cc1db17238d5bf10b97626f477f (diff)
downloadperl-fe14fcc35f78a371a174a1d14256c2f35ae4262b.tar.gz
perl 4.0.00: (no release announcement available)perl-4.0.00
So far, 4.0 is still a beta test version. For the last production version, look in pub/perl.3.0/kits@44.
Diffstat (limited to 'x2p/str.c')
-rw-r--r--x2p/str.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/x2p/str.c b/x2p/str.c
index 94aeab1c93..f928b77931 100644
--- a/x2p/str.c
+++ b/x2p/str.c
@@ -1,4 +1,4 @@
-/* $Header: str.c,v 3.0 89/10/18 15:35:18 lwall Locked $
+/* $Header: str.c,v 4.0 91/03/20 01:58:15 lwall Locked $
*
* Copyright (c) 1989, Larry Wall
*
@@ -6,8 +6,8 @@
* as specified in the README file that comes with the perl 3.0 kit.
*
* $Log: str.c,v $
- * Revision 3.0 89/10/18 15:35:18 lwall
- * 3.0 baseline
+ * Revision 4.0 91/03/20 01:58:15 lwall
+ * 4.0 baseline.
*
*/
@@ -419,7 +419,7 @@ register STR *str;
/* make a string that will exist for the duration of the expression eval */
STR *
-str_static(oldstr)
+str_mortal(oldstr)
STR *oldstr;
{
register STR *str = str_new(0);