Protocol.h, [...]: Change #endif labels to comments.

* objc/Protocol.h, objc/objc-list.h: Change #endif labels to
	comments.

From-SVN: r32812
This commit is contained in:
Zack Weinberg 2000-03-29 20:19:06 +00:00 committed by Zack Weinberg
parent 6354dc9bf8
commit 2e3120e80d
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
* objc/Protocol.h, objc/objc-list.h: Change #endif labels to
comments.
2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
* Makefile.in: Add -DIN_TARGET_LIBS to ALL_CFLAGS.

View File

@ -55,4 +55,4 @@ Boston, MA 02111-1307, USA. */
#endif __Protocol_INCLUDE_GNU
#endif /* not __Protocol_INCLUDE_GNU */

View File

@ -144,4 +144,4 @@ list_free(struct objc_list* list)
objc_free(list);
}
}
#endif __GNU_OBJC_LIST_H
#endif /* not __GNU_OBJC_LIST_H */