Fossil

Diff
Login

Differences From Artifact [7746e0ebf5]:

To Artifact [2b3dcfe5ea]:


11
12
13
14
15
16
17

18
19




20
21

22
23
24
25
26
27
28
11
12
13
14
15
16
17
18


19
20
21
22
23

24
25
26
27
28
29
30
31







+
-
-
+
+
+
+

-
+







*/
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <memory.h>
#include <sys/stat.h>
#include <assert.h>
#if defined( __MINGW32__) ||  defined(__DMC__) || defined(_MSC_VER)
#ifndef WIN32
# include <unistd.h>
#  ifndef WIN32
#    define WIN32
#  endif
# include <string.h>
#else
# include <string.h>
# include <unistd.h>
#endif

/*
** Macros for debugging.
*/
#ifdef DEBUG
static int debugMask = 0;