summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/structmember.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Include/structmember.h b/Include/structmember.h
index 7a047b9..2e9bd0d 100644
--- a/Include/structmember.h
+++ b/Include/structmember.h
@@ -74,6 +74,13 @@ struct memberlist {
#define T_UINT 11
#define T_ULONG 12
+/* Added by Jack: strings contained in the structure */
+#define T_STRING_INPLACE 13
+#ifdef macintosh
+#define T_PSTRING 14 /* macintosh pascal-style counted string */
+#define T_PSTRING_INPLACE 15
+#endif /* macintosh */
+
/* Readonly flag */
#define READONLY 1
#define RO READONLY /* Shorthand */