]> git.ipfire.org Git - thirdparty/squid.git/commit
GCC 4.3 changed semantics of "extern inline" to that of C99 (same as inline),
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 13 Aug 2008 03:19:05 +0000 (05:19 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 13 Aug 2008 03:19:05 +0000 (05:19 +0200)
commit1f01fdf1fcb1a2376780f91021c7f5c0c759d1fd
tree637a9a598b3819847f3f1b49161d6a40c5a9f17c
parente4b70b44f2c6844584c234a48b58bc73dc70541e
GCC 4.3 changed semantics of "extern inline" to that of C99 (same as inline),
but we assume GNU GCC semantics. This sets the needed attribute to tell GCC
to continue using GNU GCC semantics on this function.
include/util.h