When using GCC, we always want GNU inline semantics. Fixes issues with
authorkettenis <kettenis@openbsd.org>
Sun, 25 Jul 2010 15:35:29 +0000 (15:35 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 25 Jul 2010 15:35:29 +0000 (15:35 +0000)
commit9add5cdd9cc7aed23b5193332971795653de8941
treedc508ffb41994daf83167e3a03fddd0d0630393e
parentec387c39dc397dd5da8e0068ddf428c68bfbb8cf
When using GCC, we always want GNU inline semantics.  Fixes issues with
-Wsystem-headers and -std=c99, where GCC 4.2 would warn that it couldn't
give us C99 inline semantics.

ok guenther@, dcoppa@, millert@, deraadt@
include/ctype.h