2009-06-18 00:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* include/hbextern.ch
  * source/rtl/mousehb.c
  * source/rdd/rddinfo.c
  * source/rdd/dbdrop.c
  * source/rdd/dbexists.c
  * source/rdd/fieldhb.c
    * Rest of similar to STOD() status functions also 
      protected with ! HB_C52_STRICT.
This commit is contained in:
Viktor Szakats
2009-06-17 22:52:52 +00:00
parent e601da299c
commit a48321cf39
7 changed files with 41 additions and 11 deletions

View File

@@ -53,8 +53,10 @@
#include "hbapi.h"
/* NOTE: This function is a new Harbour function implemented in the
original CA-Cl*pper namespace. This should have been
#ifndef HB_C52_STRICT
/* NOTE: This function is a new Harbour function implemented in the
original CA-Cl*pper namespace. This should have been
marked as HB_EXTENSION, but it's not. */
HB_FUNC_EXTERN( HB_DBDROP );
@@ -63,3 +65,5 @@ HB_FUNC( DBDROP )
{
HB_FUNC_EXEC( HB_DBDROP );
}
#endif

View File

@@ -53,8 +53,10 @@
#include "hbapi.h"
/* NOTE: This function is a new Harbour function implemented in the
original CA-Cl*pper namespace. This should have been
#ifndef HB_C52_STRICT
/* NOTE: This function is a new Harbour function implemented in the
original CA-Cl*pper namespace. This should have been
marked as HB_EXTENSION, but it's not. */
HB_FUNC_EXTERN( HB_DBEXISTS );
@@ -63,3 +65,5 @@ HB_FUNC( DBEXISTS )
{
HB_FUNC_EXEC( HB_DBEXISTS );
}
#endif

View File

@@ -53,8 +53,10 @@
#include "hbapi.h"
/* NOTE: These functions are a new Harbour functions implemented in the
original CA-Cl*pper namespace. These should have been marked as
#ifndef HB_C52_STRICT
/* NOTE: These functions are a new Harbour functions implemented in the
original CA-Cl*pper namespace. These should have been marked as
HB_EXTENSION, but they're not. */
HB_FUNC_EXTERN( HB_FIELDLEN );
@@ -77,3 +79,5 @@ HB_FUNC( FIELDTYPE )
{
HB_FUNC_EXEC( HB_FIELDTYPE );
}
#endif

View File

@@ -53,13 +53,17 @@
#include "hbapi.h"
#ifndef HB_C52_STRICT
HB_FUNC_EXTERN( HB_RDDINFO );
/* NOTE: This function is a new Harbour function implemented in the
original CA-Cl*pper namespace. This should have been
/* NOTE: This function is a new Harbour function implemented in the
original CA-Cl*pper namespace. This should have been
marked as HB_EXTENSION, but it's not. */
HB_FUNC( RDDINFO )
{
HB_FUNC_EXEC( HB_RDDINFO )
}
#endif

View File

@@ -52,6 +52,8 @@
#include "hbapigt.h"
#ifndef HB_C52_STRICT
/* NOTE: This function is a new Harbour functions implemented in the
original CA-Cl*pper namespace. It should have been marked as
HB_EXTENSION, but it's not. */
@@ -62,3 +64,5 @@ HB_FUNC( MMIDDLEDOWN )
{
HB_FUNC_EXEC( HB_MMIDDLEDOWN );
}
#endif