0.9.3.34: cosmetics
[sbcl.git] / src / runtime / runtime.h
index e208a52..48f0710 100644 (file)
  * problem.. */
 #define QSHOW_SIGNALS 0
 
+#ifdef QSHOW_SIGNALS
+#define FSHOW_SIGNAL FSHOW
+#else
+#define FSHOW_SIGNAL(args)
+#endif
+
 /* KLUDGE: These are in theory machine-dependent and OS-dependent, but
  * in practice the "foo int" definitions work for all the machines
  * that SBCL runs on as of 0.6.7. If we port to the Alpha or some
@@ -142,7 +148,7 @@ typedef int boolean;
 
 /* KLUDGE: As far as I can tell there's no ANSI C way of saying
  * "this function never returns". This is the way that you do it
- * in GCC later than version 2.7 or so. If you are using some 
+ * in GCC later than version 2.7 or so. If you are using some
  * compiler that doesn't understand this, you could could just
  * change it to "typedef void never_returns" and nothing would
  * break, though you might get a few more bytes of compiled code or