From 320ff44ef3e08c06bd44abdb13b375bdf1860ab7 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 22 Aug 2021 19:41:44 +0200 Subject: [PATCH] fixup to export flag names --- rulegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rulegen.cpp b/rulegen.cpp index 05b25bd9..c868ac1f 100644 --- a/rulegen.cpp +++ b/rulegen.cpp @@ -56,7 +56,7 @@ EX int double_live_branches = 0; /** the number of treestates pre-minimization */ EX int states_premini = 0; -#ifdef HDR +#if HDR /** change some flags -- they usually make it worse */ static const flagtype w_numerical = Flag(1); /*< build trees numerically */ static const flagtype w_single_shortcut = Flag(2); /*< generate just one shortcut */