* include/hbextudd.ch
* include/hbextsca.ch
* include/hbextern.ch
* config/postinst.hbs
! Fixed to exclude HB_GT_ symbols, put HBSYMBOL to hbextsca.ch,
put USRRDD_* to hbextudd.ch.
; NOTE: May I ask to review the new headers compared to old
one to see what else have to be filtered out or moved
to different header?
25 lines
626 B
Plaintext
25 lines
626 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/* -------------------------------------------------------------------- */
|
|
/* WARNING: Automatically generated code. DO NOT EDIT! */
|
|
/* Regenerate with HB_REBUILD_EXTERN=yes while using GCC */
|
|
/* compiler family. */
|
|
/* -------------------------------------------------------------------- */
|
|
|
|
#ifndef __HBEXTERN__HBEXTSCA__
|
|
#define __HBEXTERN__HBEXTSCA__
|
|
|
|
EXTERNAL HBARRAY
|
|
EXTERNAL HBBLOCK
|
|
EXTERNAL HBCHARACTER
|
|
EXTERNAL HBDATE
|
|
EXTERNAL HBLOGICAL
|
|
EXTERNAL HBNIL
|
|
EXTERNAL HBNUMERIC
|
|
EXTERNAL HBSYMBOL
|
|
EXTERNAL HBTIMESTAMP
|
|
|
|
#endif
|