1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

Oops, do not define DOM_TREE_RENDERER by default

This commit is contained in:
Jonas Fonseca 2005-12-22 03:21:52 +01:00 committed by Jonas Fonseca
parent 6cb9a841b6
commit f21fcd132f

View File

@ -11,7 +11,7 @@ void render_dom_document(struct cache_entry *cached, struct document *document,
/* Define to have debug info about the nodes added printed to the log.
* Run as: ELINKS_LOG=/tmp/dom-dump.txt ./elinks -no-connect <url>
* to have the debug dumped into a file. */
#define DOM_TREE_RENDERER
/*#define DOM_TREE_RENDERER*/
#ifdef DOM_TREE_RENDERER
extern struct dom_stack_context_info dom_tree_renderer_context_info;