From bb38dcff5e93c703fe0620482a65fe107f84b5fb Mon Sep 17 00:00:00 2001 From: mccallum Date: Sun, 10 Sep 1995 22:51:20 +0000 Subject: [PATCH] (interconnected_stack_height): New ivar for Coder. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@604 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/Coder.h | 6 +++++- Source/objects/Coder.h | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Headers/gnustep/base/Coder.h b/Headers/gnustep/base/Coder.h index 2adeacfcb..b68417331 100644 --- a/Headers/gnustep/base/Coder.h +++ b/Headers/gnustep/base/Coder.h @@ -43,7 +43,11 @@ Dictionary *const_ptr_table; /* read/written const *'s */ Stack *root_object_tables; /* Stack of Dicts for interconnt'd objs */ Stack *forward_object_tables; /* Stack of Dictionaries for frwd refs */ - Set *in_progress_table; /* objects started r/w, but !finished */ + Set *in_progress_table; /* objects started r/w, but !finished */ + int interconnected_stack_height /* number of nested root objects */ + + /* Not all these ivars are really necessary. I fixed a bug with + a quick fix; now I need to go back and clean it up. -mccallum */ } + (void) setDefaultStreamClass: sc; diff --git a/Source/objects/Coder.h b/Source/objects/Coder.h index 2adeacfcb..b68417331 100644 --- a/Source/objects/Coder.h +++ b/Source/objects/Coder.h @@ -43,7 +43,11 @@ Dictionary *const_ptr_table; /* read/written const *'s */ Stack *root_object_tables; /* Stack of Dicts for interconnt'd objs */ Stack *forward_object_tables; /* Stack of Dictionaries for frwd refs */ - Set *in_progress_table; /* objects started r/w, but !finished */ + Set *in_progress_table; /* objects started r/w, but !finished */ + int interconnected_stack_height /* number of nested root objects */ + + /* Not all these ivars are really necessary. I fixed a bug with + a quick fix; now I need to go back and clean it up. -mccallum */ } + (void) setDefaultStreamClass: sc;