ditch whitespace before GLIB_SYSDEFS #includes, the # needs to be in

* configure.in: ditch whitespace before GLIB_SYSDEFS #includes,
the # needs to be in column 1

* gthread/testgthread.c: cleanups

* tests/node-test.c: #include unistd.h for exit()

-Yosh
This commit is contained in:
Manish Singh
1999-01-05 20:29:49 +00:00
parent 6476df5865
commit 228a8ffd85
3 changed files with 16 additions and 6 deletions

View File

@@ -18,8 +18,17 @@
*/
#undef G_LOG_DOMAIN
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "glib.h"
int array[10000];