rfc1036 / whois

Intelligent WHOIS client
GNU General Public License v2.0
497 stars 117 forks source link

Fix build with Clang #156

Closed marsam closed 1 year ago

marsam commented 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

rfc1036 commented 1 year ago

I have implemented a slightly different solution.