diff --git a/Headers/gnustep/base/Coder.h b/Headers/gnustep/base/Coder.h index b68417331..5f2ec8278 100644 --- a/Headers/gnustep/base/Coder.h +++ b/Headers/gnustep/base/Coder.h @@ -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 */ diff --git a/Source/objects/Coder.h b/Source/objects/Coder.h index b68417331..5f2ec8278 100644 --- a/Source/objects/Coder.h +++ b/Source/objects/Coder.h @@ -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 */