]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
Rename macros.h to hookmacros.h.
authorSimon Ruderich <simon@ruderich.org>
Fri, 31 May 2013 16:36:21 +0000 (18:36 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 31 May 2013 16:36:21 +0000 (18:36 +0200)
src/Makefile.am
src/coloredstderr.c
src/hookmacros.h [moved from src/macros.h with 100% similarity]

index 7dff92cfd63451bd16f41a72b3f96a17912c2b65..b62b114041e0d615c6b5c3784fb0af835b39cb23 100644 (file)
@@ -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
index 32b1dd8f106f570535f614c4b410fdcc2f7ffd7e..dbcfd235cf649a7a412b6f1ca6f896c1bbf71c71 100644 (file)
@@ -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"
 
 
similarity index 100%
rename from src/macros.h
rename to src/hookmacros.h