From: Simon Ruderich Date: Fri, 31 May 2013 16:36:21 +0000 (+0200) Subject: Rename macros.h to hookmacros.h. X-Git-Tag: 0.1~136 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=6d15f6c9902c1ac879ce0dee201ff8c6c66afaf1 Rename macros.h to hookmacros.h. --- diff --git a/src/Makefile.am b/src/Makefile.am index 7dff92c..b62b114 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,6 @@ lib_LTLIBRARIES = libcoloredstderr.la libcoloredstderr_la_SOURCES = coloredstderr.c \ constants.h \ debug.h \ + hookmacros.h \ ldpreload.h \ - macros.h \ trackfds.h diff --git a/src/coloredstderr.c b/src/coloredstderr.c index 32b1dd8..dbcfd23 100644 --- a/src/coloredstderr.c +++ b/src/coloredstderr.c @@ -49,7 +49,7 @@ static size_t (*real_fwrite)(const void *, size_t, size_t, FILE *); # include "debug.h" #endif -#include "macros.h" +#include "hookmacros.h" #include "trackfds.h" diff --git a/src/macros.h b/src/hookmacros.h similarity index 100% rename from src/macros.h rename to src/hookmacros.h