mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Comment changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@606 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
760f0b3342
commit
64ec73254f
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
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 */
|
||||
int interconnected_stack_height /* number of nested root objects */
|
||||
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 */
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
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 */
|
||||
int interconnected_stack_height /* number of nested root objects */
|
||||
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 */
|
||||
|
|
Loading…
Reference in a new issue