summaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2013-04-17 18:01:01 -0700
committerDan Nicholson <dbn.lists@gmail.com>2013-05-17 05:13:15 -0700
commit755639aac09d0dc2c8fc125949b287e203c697fd (patch)
treef9312a0355885a6988fc0deaa1fbf72a658b0db4 /parse.c
parentf655cf91a011e85f1d2988702862d3a70b7de834 (diff)
downloadpkg-config-755639aac09d0dc2c8fc125949b287e203c697fd.tar.gz
Remove compat definition of G_IS_DIR_SEPARATOR
This has been available on glib since 2.5.4, and pkg-config requires at least 2.16.
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/parse.c b/parse.c
index 2809735..0b98be5 100644
--- a/parse.c
+++ b/parse.c
@@ -40,12 +40,6 @@ char *prefix_variable = "prefix";
gboolean msvc_syntax = FALSE;
#endif
-#ifdef G_OS_WIN32
-#ifndef G_IS_DIR_SEPARATOR
-#define G_IS_DIR_SEPARATOR(c) ((c) == G_DIR_SEPARATOR || (c) == '/')
-#endif
-#endif
-
/**
* Read an entire line from a file into a buffer. Lines may
* be delimited with '\n', '\r', '\n\r', or '\r\n'. The delimiter