2011-02-19 10:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbmk2/hbmk2.prg
    ! Deleted local version of HB_FNAMEDIR().
This commit is contained in:
Viktor Szakats
2011-02-19 09:16:25 +00:00
parent 18e94d4e59
commit eccec8c3f5
2 changed files with 4 additions and 7 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-02-19 10:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Deleted local version of HB_FNAMEDIR().
2011-02-19 09:27 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/Makefile
+ src/rtl/hbfilehc.c

View File

@@ -8668,13 +8668,6 @@ STATIC FUNCTION FNameEscape( cFileName, nEscapeMode, nFNNotation )
RETURN cFileName
STATIC FUNCTION hb_FNameDir( cFileName )
LOCAL cDir
hb_FNameSplit( cFileName, @cDir )
RETURN cDir
/* Remove all extensions from name */
STATIC FUNCTION FNameNameGetNoExt( cFileName )
LOCAL cName := cFileName