Diff for /XML/HTMLtree.c between versions 1.4 and 1.5

version 1.4, 1999/09/02 16:30:54 version 1.5, 1999/09/17 12:08:23
Line 6 Line 6
  * Daniel.Veillard@w3.org   * Daniel.Veillard@w3.org
  */   */
   
   
   #ifndef WIN32
 #include "config.h"  #include "config.h"
   #endif
 #include <stdio.h>  #include <stdio.h>
   #include <string.h> /* for memset() only ! */
   
   #ifdef HAVE_CTYPE_H
 #include <ctype.h>  #include <ctype.h>
   #endif
   #ifdef HAVE_STDLIB_H
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h> /* for memset() only ! */  #endif
   
 #include "xmlmemory.h"  #include "xmlmemory.h"
 #include "HTMLparser.h"  #include "HTMLparser.h"

Removed from v.1.4  
changed lines
  Added in v.1.5


Webmaster