diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-29 20:19:06 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-29 20:19:06 +0000 |
commit | 4876fb4ef3c21d6d7898059cea6225a9cbf5ffef (patch) | |
tree | 501070e58b332b0e9a179276077099bca7d2ed89 /libobjc/objc | |
parent | 66aacf41831024710d6726890a38b6e58ab88ce0 (diff) | |
download | gcc-4876fb4ef3c21d6d7898059cea6225a9cbf5ffef.tar.gz |
* objc/Protocol.h, objc/objc-list.h: Change #endif labels to
comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32812 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc')
-rw-r--r-- | libobjc/objc/Protocol.h | 2 | ||||
-rw-r--r-- | libobjc/objc/objc-list.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/objc/Protocol.h b/libobjc/objc/Protocol.h index c7464cf17a9..f54b7cd2393 100644 --- a/libobjc/objc/Protocol.h +++ b/libobjc/objc/Protocol.h @@ -55,4 +55,4 @@ Boston, MA 02111-1307, USA. */ -#endif __Protocol_INCLUDE_GNU +#endif /* not __Protocol_INCLUDE_GNU */ diff --git a/libobjc/objc/objc-list.h b/libobjc/objc/objc-list.h index 19760906238..de083a5861e 100644 --- a/libobjc/objc/objc-list.h +++ b/libobjc/objc/objc-list.h @@ -144,4 +144,4 @@ list_free(struct objc_list* list) objc_free(list); } } -#endif __GNU_OBJC_LIST_H +#endif /* not __GNU_OBJC_LIST_H */ |