2013-03-12 14:36 UTC+0100 Tamas TEVESZ (ice extreme.hu)

* src/common/hbprintf.c
  * src/common/hbver.c
    - Remove ACK support
This commit is contained in:
Tamas Tevesz
2013-03-12 13:40:23 +00:00
parent d34bbd6ca3
commit dc3a9c9c71
3 changed files with 6 additions and 6 deletions

View File

@@ -10,6 +10,11 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-03-12 14:36 UTC+0100 Tamas TEVESZ (ice extreme.hu)
* src/common/hbprintf.c
* src/common/hbver.c
- Remove ACK support
2013-03-12 13:29 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rtl/hbstrfmt.c
! fixed GPF regression after 2013-02-12 12:49 UTC+0100

View File

@@ -118,7 +118,7 @@
#if ( defined( __BORLANDC__ ) && __BORLANDC__ < 1410 ) || \
( defined( __WATCOMC__ ) && __WATCOMC__ < 1270 ) || \
defined( HB_OS_QNX ) || defined( HB_OS_SYMBIAN ) || \
defined( __DCC__ ) || defined( __TINYC__ ) || defined( __ACK__ ) || \
defined( __DCC__ ) || defined( __TINYC__ ) || \
( defined( __DJGPP__ ) && \
( __DJGPP__ < 2 || ( __DJGPP__ == 2 && __DJGPP_MINOR__ <= 3 ) ) ) || \
( defined( _MSC_VER ) && \

View File

@@ -1019,11 +1019,6 @@ char * hb_verCompiler( void )
iVerPatch = __SUNPRO_CC & 0xf;
#endif
#elif defined( __ACK__ )
pszName = "Amsterdam Compiler Kit";
iVerMajor = iVerMinor = iVerPatch = iVerMicro = 0;
#else
pszName = ( char * ) NULL;