X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fsafepoint.c;h=1277d2480115320b585e3d06f2fa24bba446af7a;hb=1d06300e09f767a38bbe6d5b38232ca334ab1913;hp=d730657cc383fbf2c3b2bea0ee9f8d8ce7292442;hpb=dd54f9e004a0a83d1328e94648f48dcc27e0be5b;p=sbcl.git diff --git a/src/runtime/safepoint.c b/src/runtime/safepoint.c index d730657..1277d24 100644 --- a/src/runtime/safepoint.c +++ b/src/runtime/safepoint.c @@ -46,26 +46,6 @@ #include "interrupt.h" #include "lispregs.h" -/* Temporarily, this macro is a wrapper for FSHOW_SIGNAL. Ultimately, - * it will be restored to its full win32 branch functionality, where it - * provides a very useful tracing mechanism that is configurable at - * runtime. */ -#define odxprint_show(what, fmt, args...) \ - do { \ - struct thread *__self = arch_os_get_current_thread(); \ - FSHOW_SIGNAL((stderr, "[%p/%p:%s] " fmt "\n", \ - __self, \ - __self->os_thread, \ - #what, \ - ##args)); \ - } while (0) - -#if QSHOW_SIGNALS -# define odxprint odxprint_show -#else -# define odxprint(what, fmt, args...) do {} while (0) -#endif - #if !defined(LISP_FEATURE_WIN32) /* win32-os.c covers these, but there is no unixlike-os.c, so the normal * definition goes here. Fixme: (Why) don't these work for Windows?