From 2dda5826731ce18d0d24ae3d13de1c80008227e6 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 5 Mar 2018 12:39:40 -0500 Subject: Undef COLOR_ constants in torus.h --- merge.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'merge.c') diff --git a/merge.c b/merge.c index dc81756..e59d989 100644 --- a/merge.c +++ b/merge.c @@ -21,14 +21,6 @@ #include #include -#undef COLOR_BLACK -#undef COLOR_RED -#undef COLOR_GREEN -#undef COLOR_YELLOW -#undef COLOR_BLUE -#undef COLOR_MAGENTA -#undef COLOR_CYAN -#undef COLOR_WHITE #include "torus.h" static ssize_t writeAll(int fd, const char *buf, size_t len) { -- cgit 1.4.1