Files
harbour-core/harbour/include/hbscalar.hbx
Przemyslaw Czerpak c68616972b 2012-01-30 14:33 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/include/harbour.hbx
    + added HB_FUNC_EXCLUDE HB_MT
      TOFIX: it also disabled HB_MTVM() function. It should not happen.

  * harbour/include/hbcpage.hbx
    + added HB_FUNC_EXCLUDE HB_CODEPAGE_BIG5

  * harbour/include/harbour.hbx
  * harbour/include/hbusrrdd.hbx
  * harbour/include/hbscalar.hbx
  * harbour/include/hblang.hbx
  * harbour/include/hbcpage.hbx
    * regenerated automatically

  * harbour/src/rtl/valtype.c
    + added new PRG function: HB_ISHASHKEY( <xVal> ) -> <lValidHashKey>

  * harbour/src/lang/msgskiso.c
  * harbour/src/lang/msgskwin.c
  * harbour/src/lang/msgskkam.c
  * harbour/src/lang/msgsk852.c
    * modification in Slovak CPs by Jaroslav Janik - many thanks.
2012-01-30 13:33:49 +00:00

54 lines
1.7 KiB
Plaintext

/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* NOTE: Following comments are control commands for the generator. */
/* Do not edit them unless you know what you are doing. */
/* Syntax: // HB_FUNC_INCLUDE <func> */
/* // HB_FUNC_EXCLUDE <func> */
/* -------------------------------------------------------------------- */
// HB_FUNC_INCLUDE HBARRAY
// HB_FUNC_INCLUDE HBBLOCK
// HB_FUNC_INCLUDE HBCHARACTER
// HB_FUNC_INCLUDE HBDATE
// HB_FUNC_INCLUDE HBLOGICAL
// HB_FUNC_INCLUDE HBNIL
// HB_FUNC_INCLUDE HBNUMERIC
// HB_FUNC_INCLUDE HBSYMBOL
// HB_FUNC_INCLUDE HBTIMESTAMP
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated code below. DO NOT EDIT! */
/* Regenerate with HB_REBUILD_EXTERN=yes while using GCC */
/* compiler family. [vszakats] */
/* -------------------------------------------------------------------- */
#ifndef __HBEXTERN_CH__HBSCALAR__
#define __HBEXTERN_CH__HBSCALAR__
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBSCALAR__ANNOUNCE )
ANNOUNCE __HBEXTERN__HBSCALAR__
#endif
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBSCALAR__REQUEST )
#command DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
DYNAMIC HBARRAY
DYNAMIC HBBLOCK
DYNAMIC HBCHARACTER
DYNAMIC HBDATE
DYNAMIC HBLOGICAL
DYNAMIC HBNIL
DYNAMIC HBNUMERIC
DYNAMIC HBSYMBOL
DYNAMIC HBTIMESTAMP
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBSCALAR__REQUEST )
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
#endif