Enable :visited handling for experimentation.

This commit is contained in:
Michael Drake 2013-05-17 12:38:06 +01:00
parent 39cc1a6d4a
commit c240fb0c00

View File

@ -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;