From c165868fbf2d4a8b950c8e74373ebcd0818d30b5 Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Wed, 17 Jul 2002 15:21:18 +0000 Subject: [PATCH] * include\hbmath.h ! Fix multiple declaration of _LIB_VERSION_TYPE if it's declared here --- harbour/include/hbmath.h | 1 - 1 file changed, 1 deletion(-) diff --git a/harbour/include/hbmath.h b/harbour/include/hbmath.h index d489511fcc..a7b05587b9 100644 --- a/harbour/include/hbmath.h +++ b/harbour/include/hbmath.h @@ -88,7 +88,6 @@ extern "C" { #define exception _exception #elif defined(__DJGPP__) #define HB_MATH_HANDLER - _LIB_VERSION_TYPE _LIB_VERSION = _XOPEN_; #endif typedef struct _HB_MATH_EXCEPTION