perl 4.0 patch 14: patch #11, continued
[p5sagit/p5-mst-13.2.git] / str.h
diff --git a/str.h b/str.h
index 962acd5..15c2c68 100644 (file)
--- a/str.h
+++ b/str.h
@@ -1,26 +1,19 @@
-/* $Header: str.h,v 3.0.1.4 90/11/10 02:07:52 lwall Locked $
+/* $RCSfile: str.h,v $$Revision: 4.0.1.2 $$Date: 91/06/07 11:58:33 $
  *
- *    Copyright (c) 1989, Larry Wall
+ *    Copyright (c) 1991, Larry Wall
  *
- *    You may distribute under the terms of the GNU General Public License
- *    as specified in the README file that comes with the perl 3.0 kit.
+ *    You may distribute under the terms of either the GNU General Public
+ *    License or the Artistic License, as specified in the README file.
  *
  * $Log:       str.h,v $
- * Revision 3.0.1.4  90/11/10  02:07:52  lwall
- * patch38: temp string values are now copied less often
+ * Revision 4.0.1.2  91/06/07  11:58:33  lwall
+ * patch4: new copyright notice
  * 
- * Revision 3.0.1.3  90/10/16  10:44:04  lwall
- * patch29: added caller
- * patch29: scripts now run at almost full speed under the debugger
+ * Revision 4.0.1.1  91/04/12  09:16:12  lwall
+ * patch1: you may now use "die" and "caller" in a signal handler
  * 
- * Revision 3.0.1.2  90/08/09  05:23:24  lwall
- * patch19: various MSDOS and OS/2 patches folded in
- * 
- * Revision 3.0.1.1  89/10/26  23:24:42  lwall
- * patch1: rearranged some structures to align doubles better on Gould
- * 
- * Revision 3.0  89/10/18  15:23:49  lwall
- * 3.0 baseline
+ * Revision 4.0  91/03/20  01:40:04  lwall
+ * 4.0 baseline.
  * 
  */
 
@@ -105,6 +98,7 @@ struct lstring {
 #define SS_SHPTR       7       /* HASH* on save stack */
 #define SS_SNSTAB      8       /* non-stab on save stack */
 #define SS_SCSV                9       /* callsave structure on save stack */
+#define SS_SAPTR       10      /* ARRAY* on save stack */
 #define SS_HASH                253     /* carrying an hash */
 #define SS_ARY         254     /* carrying an array */
 #define SS_FREE                255     /* in free list */
@@ -132,8 +126,8 @@ EXT int tmps_base INIT(-1);
 
 char *str_2ptr();
 double str_2num();
-STR *str_static();
-STR *str_2static();
+STR *str_mortal();
+STR *str_2mortal();
 STR *str_make();
 STR *str_nmake();
 STR *str_smake();