diff --git a/css/select.c b/css/select.c index 0d3be383a..ddfea62ad 100644 --- a/css/select.c +++ b/css/select.c @@ -1552,6 +1552,7 @@ css_error node_is_visited(void *pw, void *node, bool *match) *match = false; /** \todo Implement visted check in a more performant way */ +#define SUPPORT_VISITED #ifdef SUPPORT_VISITED nscss_select_ctx *ctx = pw;