chiark / gitweb /
routesearch: make #define debug_flags work again, but still not faster
[ypp-sc-tools.main.git] / yarrg / rsmain.c
index 2a172c9d95999fe91ef0537807383bd5d7a92d05..345c8825d2443ba576fa7625a7a46449620d5d0c 100644 (file)
@@ -49,8 +49,8 @@ int main(int argc, const char **argv) {
       debug_flags= 0;
     } else if (!strcmp(arg,"-D1")) {
       debug_flags= ~(dbg_sql2|dbg_lp|dbg_value2);
-    } else {
 #endif
+    } else {
       abort();
     }
   }