Files
harbour-core/include/hbscalar.hbx
vszakats a4a357a18b 2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
    * moved whole Harbour source tree one level up to
      avoid single 'harbour' top dir
2013-03-15 11:13:30 +01:00

49 lines
1.4 KiB
Plaintext

/* --------------------------------------------------------------------
* 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! (except casing)
* Regenerate with HB_REBUILD_EXTERN=yes build option.
*/
#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