summary refs log tree commit diff
path: root/src/mkbuiltins
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-05-03 14:17:40 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-05-03 14:17:40 +0800
commitd2bb89771175405c308a8a89424eeb82a15aaaee (patch)
tree17a9b3b8e7a8970e867e267d997c8500b85ad255 /src/mkbuiltins
parent[EXEC] Fixed _PATH_BSHELL warning (diff)
downloaddash-d2bb89771175405c308a8a89424eeb82a15aaaee.tar.gz
dash-d2bb89771175405c308a8a89424eeb82a15aaaee.zip
[CD] Test __GLIBC__ instead of _GNU_SOURCE
AC_GNU_SOURCE always defines _GNU_SOURCE so testing it is pointless.
This patch changes it to test __GLIBC__ instead.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/mkbuiltins')
0 files changed, 0 insertions, 0 deletions
5c547b91cdd863c575b5a9c13f62b8e&follow=1'>Add plain text "language" to hiJune McEnroe 2019-02-10Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe Really it should skip forward until the parent changes, but this is simpler. 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML &quot; escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe