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:
parent
6354dc9bf8
commit
2e3120e80d
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user