summaryrefslogtreecommitdiff
path: root/lib/spawn.in.h
diff options
context:
space:
mode:
authorDaniel Richard G <skunk@iskunk.org>2011-10-18 20:32:42 +0200
committerBruno Haible <bruno@clisp.org>2011-10-19 11:23:47 +0200
commitd1a06d87a70c6a1f0588a70c91c182f6873aae41 (patch)
tree56332f038d7022824fd18def9f5f7d2ab262ed70 /lib/spawn.in.h
parent94d63c4bfd95e7ff11c3dcbc1d60d276739f7f55 (diff)
downloadgnulib-d1a06d87a70c6a1f0588a70c91c182f6873aae41.tar.gz
Support for old NeXTstep 3.3 gcc.
* lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Write 'defined __STRICT_ANSI__', not '__STRICT_ANSI__'. * lib/math.in.h (_GL_NUM_UINT_WORDS etc.): Likewise. * lib/spawn.in.h (_Restrict_arr_): Likewise. * lib/regex.h (_Restrict_arr_): Likewise. * lib/regex_internal.h (re_token_t): Likewise. * lib/regexec.c (check_node_accept_bytes): Likewise. * tests/test-printf-posix.c (func1, func2, func3, func4): Likewise.
Diffstat (limited to 'lib/spawn.in.h')
-rw-r--r--lib/spawn.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spawn.in.h b/lib/spawn.in.h
index 3c31fd0a51..5cc9acf541 100644
--- a/lib/spawn.in.h
+++ b/lib/spawn.in.h
@@ -63,7 +63,7 @@
#ifndef _Restrict_arr_
# if ((199901L <= __STDC_VERSION__ \
|| ((3 < __GNUC__ || (3 == __GNUC__ && 1 <= __GNUC_MINOR__)) \
- && !__STRICT_ANSI__)) \
+ && !defined __STRICT_ANSI__)) \
&& !defined __GNUG__)
# define _Restrict_arr_ _Restrict_
# else