Prevent Visual C compiler error and increment release # to 6.7.

This commit is contained in:
Ron Sluiter
2011-09-06 20:49:46 +00:00
parent 20a2b436c5
commit c9af15294b
+2 -2
View File
@@ -151,7 +151,7 @@ HeadURL: $URL$
*
*/
#define VERSION 6.6
#define VERSION 6.7
#include <stdlib.h>
#include <string.h>
@@ -175,7 +175,7 @@ HeadURL: $URL$
/*----------------debugging-----------------*/
#if (TOOL_FAMILY == gnu)
#if defined(TOOL_FAMILY) && (TOOL_FAMILY == gnu)
#ifdef DEBUG
#define Debug(l, f, args...) {if (l <= motorRecordDebug) printf(f, ## args);}
#else