1.1 --- a/semantics.c Wed Jan 02 10:17:48 2002 +0000 1.2 +++ b/semantics.c Wed Jan 02 10:18:13 2002 +0000 1.3 @@ -71,7 +71,8 @@ 1.4 } output_page_t; 1.5 1.6 1.7 -#define SEMANTIC_DEBUG 1.8 +#undef SEMANTIC_DEBUG 1.9 + 1.10 #ifdef SEMANTIC_DEBUG 1.11 #define SDBG(x) printf x 1.12 #else 1.13 @@ -188,7 +189,6 @@ 1.14 { 1.15 last_input_context->modifiers [current_modifier_context].has_page_size = 1; 1.16 last_input_context->modifiers [current_modifier_context].page_size = size; 1.17 - printf ("page size %f, %f\n", size.width, size.height); 1.18 SDBG(("page size %f, %f\n", size.width, size.height)); 1.19 } 1.20