diff --git a/Headers/gnustep/base/Coder.h b/Headers/gnustep/base/Coder.h index b6d46c85d..a656f2fe2 100644 --- a/Headers/gnustep/base/Coder.h +++ b/Headers/gnustep/base/Coder.h @@ -1,5 +1,5 @@ /* Interface for GNU Objective-C coder object for use serializing - Copyright (C) 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. Written by: R. Andrew McCallum Date: July 1994 @@ -38,7 +38,6 @@ int concrete_format_version; Stream *stream; BOOL is_decoding; - BOOL doing_root_object; Dictionary *object_table; /* read/written objects */ Dictionary *const_ptr_table; /* read/written const *'s */ Dictionary *root_object_table; /* table of interconnected objects */ diff --git a/Source/objects/Coder.h b/Source/objects/Coder.h index b6d46c85d..a656f2fe2 100644 --- a/Source/objects/Coder.h +++ b/Source/objects/Coder.h @@ -1,5 +1,5 @@ /* Interface for GNU Objective-C coder object for use serializing - Copyright (C) 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. Written by: R. Andrew McCallum Date: July 1994 @@ -38,7 +38,6 @@ int concrete_format_version; Stream *stream; BOOL is_decoding; - BOOL doing_root_object; Dictionary *object_table; /* read/written objects */ Dictionary *const_ptr_table; /* read/written const *'s */ Dictionary *root_object_table; /* table of interconnected objects */