Difference for random_maps/style.c from version 1.11 to 1.12


version 1.11 version 1.12
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_style_c =   * static char *rcsid_style_c =
  *   "$Id: style.c,v 1.11 2001/04/06 00:42:59 michtoen Exp $";   *   "$Id: style.c,v 1.12 2001/04/06 19:08:28 michtoen Exp $";
  */   */
   
 /*  /*
Line 29
 
Line 29
   
 #include <global.h>  #include <global.h>
 #include <random_map.h>  #include <random_map.h>
 #ifndef WIN32 // ---win32 exclude headers  #ifndef WIN32 /* ---win32 exclude headers */
 #include <dirent.h>  #include <dirent.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <unistd.h>  #include <unistd.h>
 #include "../include/autoconf.h"  #include "../include/autoconf.h"
 #endif // win32  #endif /* win32 */
 #ifndef HAVE_SCANDIR  #ifndef HAVE_SCANDIR
   
 /* The scandir is grabbed from the gnulibc and modified slightly to remove  /* The scandir is grabbed from the gnulibc and modified slightly to remove


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:58