From 8e9846dc5c76dca0a99c7eb011c0c1957a39b61f Mon Sep 17 00:00:00 2001
From: Robert Izzard <r.izzard@surrey.ac.uk>
Date: Sun, 1 Aug 2021 18:10:31 +0100
Subject: [PATCH] replace broken debug expression

---
 src/binary_c_debug.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/binary_c_debug.h b/src/binary_c_debug.h
index b11e707f1..4c58a39f8 100644
--- a/src/binary_c_debug.h
+++ b/src/binary_c_debug.h
@@ -78,7 +78,7 @@
  * the same, but stardata is defined everywhere as a global
  * variable.
  */
-#define Debug_expression ()
+#define Debug_expression (TRUE)
 
 /*
  * If you define Debug_stop_expression, and it is at any time TRUE,
-- 
GitLab