From 1386d4e96b9913e652cfb81c543855e40cb32d40 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 11 Nov 2007 12:08:43 +0000 Subject: [PATCH] fix to prev --- harbour/source/rtl/defpath.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/harbour/source/rtl/defpath.c b/harbour/source/rtl/defpath.c index e08fc48bb3..b071c6875f 100644 --- a/harbour/source/rtl/defpath.c +++ b/harbour/source/rtl/defpath.c @@ -53,15 +53,6 @@ #include "hbapi.h" #include "hbset.h" -#ifdef HB_C52_UNDOC - -HB_FUNC( DEFPATH ) -{ - HB_FUNC_EXEC( __DEFPATH ); -} - -#endif - HB_FUNC( __DEFPATH ) { char buffer[ _POSIX_PATH_MAX + 2 ]; @@ -99,3 +90,12 @@ HB_FUNC( __DEFPATH ) hb_retclen( buffer, size ); } + +#ifdef HB_C52_UNDOC + +HB_FUNC( DEFPATH ) +{ + HB_FUNC_EXEC( __DEFPATH ); +} + +#endif