Files
harbour-core/harbour/include/hbextsca.ch
Viktor Szakats d612e8b3ce 2010-08-03 11:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* 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?
2010-08-04 09:45:21 +00:00

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