output: Add support for dashed, thick, and thin rules.
[pspp] / src / output / tab.c
index fe4b27402dddf71454691ef155fed65573fd644f..8d24aab07bb720dd35621135b6133d1a1334728e 100644 (file)
 #define _(msgid) gettext (msgid)
 \f
 
-#if DEBUGGING
 static const bool debugging = true;
-#else
-static const bool debugging = false;
-#endif
+
 
 /* Cell options. */
 #define TAB_JOIN     (1u << TAB_FIRST_AVAILABLE)