Closed marsam closed 1 year ago
Clang defines the __GNUC__ macro, but it doesn't implement the malloc (deallocator) attribute. Fixes https://github.com/rfc1036/whois/issues/155
__GNUC__
malloc (deallocator)
I have implemented a slightly different solution.
Clang defines the
__GNUC__
macro, but it doesn't implement themalloc (deallocator)
attribute. Fixes https://github.com/rfc1036/whois/issues/155