From 1437bd6170a9193be4fc20404a1a1a3beabadeba Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Fri, 19 Jun 2009 06:37:42 -0700 Subject: Avoid redefined VERSION macro when including config.h --- src/tet3/tcm/dtcm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/tet3/tcm/dtcm.c b/src/tet3/tcm/dtcm.c index ae4a3e67..cfe2fd80 100644 --- a/src/tet3/tcm/dtcm.c +++ b/src/tet3/tcm/dtcm.c @@ -178,9 +178,9 @@ static char srcFile[] = __FILE__; /* file name for error reporting */ #ifdef TET_LITE /* -LITE-CUT-LINE- */ -# define VERSION "3.3-lite" +# define TET_VERSION "3.3-lite" #else /* -START-LITE-CUT- */ -# define VERSION "3.3" +# define TET_VERSION "3.3" #endif /* -END-LITE-CUT- */ #define KILLWAIT 10 @@ -323,7 +323,7 @@ char **argv; } /* count number of IC's to be executed and output on TCM Start line */ - tet_tcmstart(VERSION, iccount); + tet_tcmstart(TET_VERSION, iccount); /* unexpected signals are fatal during startup */ setsigs(sigabandon); -- cgit v1.2.3