]> granicus.if.org Git - gc/commitdiff
2006-01-24 David Ayers <d.ayers@inode.at>
authorayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jan 2006 22:00:26 +0000 (22:00 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:26 +0000 (10:54 +0400)
PR libobjc/13946
* include/gc.h: Fix prototype declarations for bootstrap.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110183 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
include/gc.h

index 06f026a11216363833b019572eb5cb014c1ddcf6..7de1c32ae171c432e1fd8451f896520b452a3486 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-24  David Ayers  <d.ayers@inode.at>
+
+       PR libobjc/13946
+       * include/gc.h: Fix prototype declarations for bootstrap.
+
 2005-11-01  Bryce McKinlay  <mckinlay@redhat.com>
 
        * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
index 0781a611bb09290f5b39a8b11ecd23db58fd0fcc..9da5b2cea0c9b639746b587f74ed92eeb3828e78 100644 (file)
@@ -152,7 +152,7 @@ GC_API int GC_java_finalization;
                        /* ordered finalization.  Default value is      */
                        /* determined by JAVA_FINALIZATION macro.       */
 
-GC_API void (* GC_finalizer_notifier)();
+GC_API void (* GC_finalizer_notifier) GC_PROTO((void));
                        /* Invoked by the collector when there are      */
                        /* objects to be finalized.  Invoked at most    */
                        /* once per GC cycle.  Never invoked unless     */
@@ -918,7 +918,7 @@ GC_API void (*GC_is_visible_print_proc)
 GC_PTR GC_malloc_many(size_t lb);
 #define GC_NEXT(p) (*(GC_PTR *)(p))    /* Retrieve the next element    */
                                        /* in returned list.            */
-extern void GC_thr_init();     /* Needed for Solaris/X86       */
+extern void GC_thr_init GC_PROTO((void));/* Needed for Solaris/X86     */
 
 #endif /* THREADS && !SRC_M3 */