(in_progress_table): New ivar in Coder.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@599 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-09-08 22:30:52 +00:00
parent 8826ea2d90
commit e41200a1ef
2 changed files with 2 additions and 0 deletions

View file

@ -42,6 +42,7 @@
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 */
Dictionary *in_progress_table; /* objects started r/w, but !finished */
}
+ (void) setDefaultStreamClass: sc;

View file

@ -42,6 +42,7 @@
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 */
Dictionary *in_progress_table; /* objects started r/w, but !finished */
}
+ (void) setDefaultStreamClass: sc;