Diff for /XML/tree.c between versions 1.58 and 1.59

version 1.58, 1999/09/05 21:37:56 version 1.59, 1999/09/17 12:08:24
Line 6 Line 6
  * Daniel.Veillard@w3.org   * Daniel.Veillard@w3.org
  */   */
   
 #include "config.h"  #ifdef WIN32
   #define HAVE_FCNTL_H
   #include <io.h>
   #else
   #include <config.h>
   #endif
   
 #include <stdio.h>  #include <stdio.h>
 #include <ctype.h>  
 #include <stdlib.h>  
 #include <string.h> /* for memset() only ! */  #include <string.h> /* for memset() only ! */
   
   #ifdef HAVE_CTYPE_H
   #include <ctype.h>
   #endif
   #ifdef HAVE_STDLIB_H
   #include <stdlib.h>
   #endif
 #ifdef HAVE_ZLIB_H  #ifdef HAVE_ZLIB_H
 #include <zlib.h>  #include <zlib.h>
 #endif  #endif

Removed from v.1.58  
changed lines
  Added in v.1.59


Webmaster