rm autom4te.cache, since it might interfere with differing autoconf

Mon Oct 25 15:05:18 2004  Manish Singh  <yosh@gimp.org>

        * autogen.sh: rm autom4te.cache, since it might interfere with
        differing autoconf versions.

        * tests/child-test.c: use GINT_TO_POINTER for g_child_watch_add
        user data.

        * glib/gfileutils.c: G_IS_DIR_SEPARATOR is defined in gutils.h now,
        don't redefine it here.
This commit is contained in:
Manish Singh
2004-10-25 22:08:37 +00:00
committed by Manish Singh
parent 5883072cb2
commit 5c38cfa58d
8 changed files with 61 additions and 8 deletions

View File

@@ -65,12 +65,6 @@
#include "glibintl.h"
#ifdef G_OS_WIN32
#define G_IS_DIR_SEPARATOR(c) (c == G_DIR_SEPARATOR || c == '/')
#else
#define G_IS_DIR_SEPARATOR(c) (c == G_DIR_SEPARATOR)
#endif
/**
* g_file_test:
* @filename: a filename to test