]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Protocol.h, [...]: Change #endif labels to comments.
authorZack Weinberg <zack@wolery.cumb.org>
Wed, 29 Mar 2000 20:16:55 +0000 (20:16 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 29 Mar 2000 20:16:55 +0000 (20:16 +0000)
* objc/Protocol.h, objc/objc-list.h: Change #endif labels to
comments.

From-SVN: r32811

libobjc/ChangeLog
libobjc/objc/Protocol.h
libobjc/objc/objc-list.h

index 155c8f505fbe2f8f4f7590a1ae3c3f5ff49107e0..34230f6a99a7f5c285dddbff8a1d3e9d35d020e6 100644 (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.
+
 Sun Oct 24 23:54:10 PDT 1999 Jeff Law  (law@cygnus.com)
 
        * gcc-2.95.2 Released.
index c7464cf17a9addde9e9534c932627329584e08b8..f54b7cd2393a3a4f53ef358730d14357323e42c1 100644 (file)
@@ -55,4 +55,4 @@ Boston, MA 02111-1307, USA.  */
 
 
 
-#endif __Protocol_INCLUDE_GNU
+#endif /* not __Protocol_INCLUDE_GNU */
index 19760906238a42a7e341fd495beeb0dcc9448ca7..de083a5861e5a070a5648f53a9c04daf84f61e50 100644 (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 */