From 4ddd91b580edc78755531b86955c8eb828ff2ad0 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 14 Aug 2013 08:56:29 -0400 Subject: Fixed small compile error on my end. --- testing/toxic/main.c | 3 --- testing/toxic/windows.h | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'testing') diff --git a/testing/toxic/main.c b/testing/toxic/main.c index d7b251dc..063c1483 100644 --- a/testing/toxic/main.c +++ b/testing/toxic/main.c @@ -24,9 +24,6 @@ #include "prompt.h" #include "friendlist.h" -#ifndef TOXICVER -#define TOXICVER "NOVER" //Use the -D flag to set this -#endif static void init_term() { diff --git a/testing/toxic/windows.h b/testing/toxic/windows.h index 37f3e9da..7d81e814 100644 --- a/testing/toxic/windows.h +++ b/testing/toxic/windows.h @@ -19,6 +19,10 @@ /* maximum window slots for WINDOW_STATUS array */ #define MAX_WINDOW_SLOTS N_DEFAULT_WINS+MAX_FRIENDS_NUM +#ifndef TOXICVER +#define TOXICVER "NOVER" //Use the -D flag to set this +#endif + typedef struct ToxWindow_ ToxWindow; struct ToxWindow_ { -- cgit v1.2.3