summaryrefslogtreecommitdiff
path: root/gsystem-subprocess.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-05-03 09:21:37 -0400
committerColin Walters <walters@verbum.org>2013-05-03 09:21:37 -0400
commit18a925895d54fa539ff52182695945b819eddd36 (patch)
tree470507db3e33a0a249c52a259b8454782f947c8c /gsystem-subprocess.c
parentdefa75c4c5bb2402eece93e64c2f7d5ac3c08d8d (diff)
downloadlibgsystem-18a925895d54fa539ff52182695945b819eddd36.tar.gz
Include local allocation macros by default
...but still avoid using them in the other parts of libgsystem itself. The reason for this is that at least some of the code ideally would go upstream to glib where we can't use them, and downporting is so tedious.
Diffstat (limited to 'gsystem-subprocess.c')
-rw-r--r--gsystem-subprocess.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsystem-subprocess.c b/gsystem-subprocess.c
index 8263b6e..be23e21 100644
--- a/gsystem-subprocess.c
+++ b/gsystem-subprocess.c
@@ -18,6 +18,7 @@
#include "config.h"
+#define _GSYSTEM_NO_LOCAL_ALLOC
#include "libgsystem.h"
/**