summaryrefslogtreecommitdiff
path: root/include/bc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bc.h')
-rw-r--r--include/bc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bc.h b/include/bc.h
index 4423525bad3e..383e7e7ec562 100644
--- a/include/bc.h
+++ b/include/bc.h
@@ -173,6 +173,10 @@ extern const BcParseNext bc_parse_next_elem;
extern const BcParseNext bc_parse_next_for;
extern const BcParseNext bc_parse_next_read;
+#else // BC_ENABLED
+
+#define BC_PARSE_NO_EXEC(p) (0)
+
#endif // BC_ENABLED
#endif // BC_BC_H