From: Simon Ruderich Date: Sun, 30 Jun 2013 20:14:33 +0000 (+0200) Subject: Also hook un-macroed putc when it's a macro. X-Git-Tag: 0.1~16 X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=d49cd5d92a07d708ddcb3c29cad67403cf8eb836;hp=d49cd5d92a07d708ddcb3c29cad67403cf8eb836;p=coloredstderr%2Fcoloredstderr.git Also hook un-macroed putc when it's a macro. The macro might define it to something else, but the non-macro version is also used in some cases, e.g. in gcc 4.8's collect2 on Debian with eglibc 2.17-7. ---