use external modules.

This commit is contained in:
Vítor Santos Costa
2011-03-15 16:22:56 +00:00
parent 2a76f86785
commit 6b5046bb8c
525 changed files with 26 additions and 122497 deletions

View File

@@ -631,7 +631,7 @@ TemporaryFile(const char *id, int *fdp)
}
retry:
#if defined(_unix__) || defined(__APPLE__)
#if defined(__unix__) || defined(__APPLE__)
{ static int MTOK_temp_counter = 0;
const char *sep = id[0] ? "_" : "";