summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/sysdeps.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2012-05-16 15:18:44 +0000
committerkr.angelov <kr.angelov@gmail.com>2012-05-16 15:18:44 +0000
commitf4c17cb7aa1517739c5aea5155e17fc9d1b2f05e (patch)
treedaf935713c70a871e9131d2d92eb97e7ac7b6aee /src/runtime/c/gu/sysdeps.h
parent6f328c9040b394054eff399f26d3b7aea6567206 (diff)
another attempt to port the robust parser to MacOS
Diffstat (limited to 'src/runtime/c/gu/sysdeps.h')
-rw-r--r--src/runtime/c/gu/sysdeps.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/runtime/c/gu/sysdeps.h b/src/runtime/c/gu/sysdeps.h
index 114e1c40d..c13945b5d 100644
--- a/src/runtime/c/gu/sysdeps.h
+++ b/src/runtime/c/gu/sysdeps.h
@@ -1,7 +1,7 @@
#ifndef GU_SYSDEPS_H_
#define GU_SYSDEPS_H_
-#include <guconfig.h>
+#include <config.h>
#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
# define GU_GNUC
@@ -9,7 +9,6 @@
#ifdef GU_GNUC
# define GU_ALIGNOF __alignof
-# define GU_HAVE_STATEMENT_EXPRESSIONS
# define GU_GNUC_ATTR(x) __attribute__(( x ))
# if defined(__OPTIMIZE_SIZE__)
# define GU_OPTIMIZE_SIZE