mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/utils/xml-light/xml_lexer.mll


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/xml-light/xml_lexer.mll
Date: Sat, 19 Nov 2005 12:19:49 -0500

Index: mldonkey/src/utils/xml-light/xml_lexer.mll
diff -u mldonkey/src/utils/xml-light/xml_lexer.mll:1.1 
mldonkey/src/utils/xml-light/xml_lexer.mll:1.2
--- mldonkey/src/utils/xml-light/xml_lexer.mll:1.1      Thu Jul 29 10:25:34 2004
+++ mldonkey/src/utils/xml-light/xml_lexer.mll  Sat Nov 19 17:19:45 2005
@@ -402,7 +402,7 @@
   | "<!"
       {
       ignore_spaces lexbuf;
-      Printf.printf "?????"; print_newline ();
+      (* Printf.printf "?????"; print_newline (); *)
       let t = dtd_item_type lexbuf in
       let name = (try ident_name lexbuf with Error EIdentExpected -> raise 
(DTDError EInvalidDTDDecl)) in
       ignore_spaces lexbuf;
@@ -606,4 +606,4 @@
     }
   | _ | eof
       { dtd_error lexbuf EInvalidDTDAttribute }
-    
\ No newline at end of file
+    




reply via email to

[Prev in Thread] Current Thread [Next in Thread]