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