From be1f2bc848e9c4386437fe4a6147a0a8d7f000ff Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 18 Aug 2019 09:05:28 -0400 Subject: Added string constants and improved tokenization --- util/colored_text.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 util/colored_text.c (limited to 'util/colored_text.c') diff --git a/util/colored_text.c b/util/colored_text.c deleted file mode 100644 index 836f357..0000000 --- a/util/colored_text.c +++ /dev/null @@ -1,10 +0,0 @@ - -#define USE_COLORED_TEXT 1 - -#if USE_COLORED_TEXT -#define TEXT_ERROR(x) "\x1b[91m" x "\x1b[0m" -#define TEXT_IMPORTANT(x) "\x1b[1m" x "\x1b[0m" -#else -#define TEXT_ERROR(x) x -#define TEXT_IMPORTANT(x) x -#endif -- cgit v1.2.3