HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 28  →  ?path2? @ 29
/trunk/HuntnGather/Gather/Gather.c
@@ -5,13 +5,13 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if !defined ___AmigaOS___
#include <dirent.h>
#if !defined ___AmigaOS___
#include <sys/stat.h>
#include <signal.h>
#endif
 
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/syslimits.h>
 
#if defined ___AmigaOS___
@@ -802,9 +802,8 @@
#else
DIR *dir;
struct dirent *entry;
struct stat dirStat;
#endif
struct stat dirStat;
 
stringStack *stack;
stats *stats;
int i;