diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4f121269d9..1a9197cbe9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-11-15 01:20 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/hbnf/floptst.prg + * utils/hbmk2/hbmk2.prg + * minor folloup cleanup + 2012-11-14 21:37 UTC+0100 Viktor Szakats (harbour syenar.net) * COPYING * debian/copyright diff --git a/harbour/contrib/hbnf/floptst.prg b/harbour/contrib/hbnf/floptst.prg index d0099aa1d6..2f6876dcd0 100644 --- a/harbour/contrib/hbnf/floptst.prg +++ b/harbour/contrib/hbnf/floptst.prg @@ -52,7 +52,7 @@ #include "fileio.ch" -#define ERR_WRONG_PARAMETERS ( -1 ) +#define ERR_WRONG_PARAMETERS -1 #define ERR_NO_ERROR 0 #define ERR_DRIVE_NOT_READY 1 /* unused */ #define ERR_UNFORMATTED 2 /* unused */ diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 9d53246b3a..04a3150162 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -309,7 +309,7 @@ EXTERNAL hbmk_KEYW #define _CHR_EOL Chr( 10 ) #define _OUT_EOL Chr( 10 ) -#define _HBMK_IMPLIB_NOTFOUND ( -1 ) +#define _HBMK_IMPLIB_NOTFOUND -1 #define _HBMK_IMPLIB_OK 0 #define _HBMK_IMPLIB_FAILED 1