Minor code adjustment (delete meaningless parentheses in abort messages)
authorIvan Maidanski <ivmai@mail.ru>
Mon, 20 Feb 2012 18:09:17 +0000 (22:09 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 20 Feb 2012 18:09:17 +0000 (22:09 +0400)
commit415392629aff4acb2e76eaec8ffe09e84146f91d
tree5f603064e1a0bc8fba2a9986706fb1354c6ffb08
parente10f432b1da6d18b793a80f62637b7cf8e637f43
Minor code adjustment (delete meaningless parentheses in abort messages)

* os_dep.c (GC_setpagesize): Remove meaningless parentheses in abort
message.
* pthread_stop_world.c (GC_remove_allowed_signals, GC_stop_init):
Likewise.
* win32_threads.c (start_mark_threads, GC_acquire_mark_lock,
GC_release_mark_lock, GC_wait_for_reclaim, GC_notify_all_builder,
GC_wait_marker, GC_notify_all_marker, GC_thr_init): Likewise.
os_dep.c
pthread_stop_world.c
win32_threads.c