public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [gccgo] Make definition match declaration, part 2
@ 2010-11-20  7:24 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2010-11-20  7:24 UTC (permalink / raw)
  To: gcc-patches, gofrontend-dev

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

I misunderstood the bug report about making the definition match the
declaration.  This is another attempt at fixing the problem.  Committed
to gccgo branch.

Ian


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: def --]
[-- Type: text/x-diff, Size: 376 bytes --]

diff -r 4b13f7379616 libgo/runtime/go-go.c
--- a/libgo/runtime/go-go.c	Fri Nov 19 15:57:09 2010 -0800
+++ b/libgo/runtime/go-go.c	Fri Nov 19 17:36:56 2010 -0800
@@ -428,7 +428,7 @@
    with __go_thread_ids_lock held.  */
 
 void
-__go_scanstacks (void (*scan) (byte *, int64_t))
+__go_scanstacks (void (*scan) (byte *, int64))
 {
   pthread_t me;
   struct __go_thread_id *p;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-20  1:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-20  7:24 [gccgo] Make definition match declaration, part 2 Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).