Commit 2e3120e8 by Zack Weinberg Committed by Zack Weinberg

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

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

From-SVN: r32812
parent 6354dc9b
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.
......
......@@ -55,4 +55,4 @@ Boston, MA 02111-1307, USA. */
#endif __Protocol_INCLUDE_GNU
#endif /* not __Protocol_INCLUDE_GNU */
......@@ -144,4 +144,4 @@ list_free(struct objc_list* list)
objc_free(list);
}
}
#endif __GNU_OBJC_LIST_H
#endif /* not __GNU_OBJC_LIST_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment