Index: /trunk/src/bitlex.c
===================================================================
--- /trunk/src/bitlex.c	(revision 111)
+++ /trunk/src/bitlex.c	(revision 114)
@@ -12,4 +12,5 @@
 
 #ifdef CODE_CLOCKING
+/*
 #include "../codeclocker/clocker/code_clocker_session.h"
 Code_Clocker * transpose_clocker;
@@ -17,4 +18,5 @@
 Code_Clocker * MarkupStreams_clocker;
 Code_Clocker * char_validation_clocker;
+*/
 #endif
 
@@ -39,7 +41,9 @@
 Lexer_Interface * Lexer<ASCII>::LexerFactory(Entity_Info * e, LexicalStreamSet *l) {
 #ifdef CODE_CLOCKING
+/*
 	WS_Control_clocker = register_Code_Clocker("WS", "WhiteSpace/Control\n");
 	MarkupStreams_clocker = register_Code_Clocker("bitlex", "Markup streams\n");
 	char_validation_clocker = register_Code_Clocker("charcheck", "Character validation\n");
+*/
 #endif
 	if (!(e->has_encoding_decl)) {
@@ -863,5 +867,7 @@
 	int err_pos;
 #ifdef CODE_CLOCKING
+/*
 	start_Interval(WS_Control_clocker);
+*/
 #endif
 	buffer_blocks = (buffer_limit_pos + BLOCKSIZE - 1)/BLOCKSIZE;
@@ -880,8 +886,12 @@
 	}
 #ifdef CODE_CLOCKING
+/*
 	end_Interval(WS_Control_clocker, BUFFER_SIZE);
+*/
 #endif
 #ifdef CODE_CLOCKING
+/*
 	start_Interval(MarkupStreams_clocker);
+*/
 #endif
 	Do_MarkupStreams();
@@ -890,8 +900,12 @@
 #endif
 #ifdef CODE_CLOCKING
+/*
 	end_Interval(MarkupStreams_clocker, BUFFER_SIZE);
+*/
 #endif
 #ifdef CODE_CLOCKING
+/*
 	start_Interval(char_validation_clocker);
+*/
 #endif
         Do_CharsetValidation();
@@ -904,5 +918,7 @@
 	}
 #ifdef CODE_CLOCKING
+/*
 	end_Interval(char_validation_clocker, buffer_blocks * BLOCKSIZE);
+*/
 #endif
 	if (buffer_units < BUFFER_SIZE) {
