X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=libgc%2Fmark.c;h=e870342e4121c2b7a92f56813605ef042502ed5f;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=09dfe92af3152d01289982c667a6ee6d14ed5759;hpb=1c14f1ee6d701510c15499d71fc2b324151a8629;p=mono.git diff --git a/libgc/mark.c b/libgc/mark.c index 09dfe92af31..e870342e412 100644 --- a/libgc/mark.c +++ b/libgc/mark.c @@ -28,7 +28,7 @@ #ifdef __WATCOMC__ void GC_noop(void *p, ...) {} #else - void GC_noop() {} + void GC_noop(void *p, ...) {} #endif /* Single argument version, robust against whole program analysis. */ @@ -936,7 +936,7 @@ void GC_do_local_mark(mse *local_mark_stack, mse *local_top) /* Try to share the load, since the main stack is empty, */ /* and helper threads are waiting for a refill. */ /* The entries near the bottom of the stack are likely */ - /* to require more work. Thus we return those, eventhough */ + /* to require more work. Thus we return those, even though */ /* it's harder. */ mse * p; mse * new_bottom = local_mark_stack