2008-08-09 17:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* doc/whatsnew.txt
   * include/hbextern.ch
   * source/vm/runner.c
     - Completely removed __HRBDOFU(). Users should use DO() instead.
This commit is contained in:
Viktor Szakats
2008-08-09 15:52:42 +00:00
parent c832638c53
commit cc57d998b6
4 changed files with 7 additions and 7 deletions

View File

@@ -8,6 +8,12 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-08-09 17:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* doc/whatsnew.txt
* include/hbextern.ch
* source/vm/runner.c
- Completely removed __HRBDOFU(). Users should use DO() instead.
2008-08-09 17:31 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/extrap.c
* deallocate alternative signal stack on exit

View File

@@ -60,7 +60,7 @@ Core
__HRBLOAD -> HB_HRBLOAD
__HRBUNLOAD -> HB_HRBUNLOAD
__HRBDO -> HB_HRBDO
__HRBDOFU -> HB_HRBDO
__HRBDOFU -> (deleted, please use DO())
__HRBGETFU -> HB_HRBGETFUNSYM
(old function names still function)

View File

@@ -522,7 +522,6 @@ EXTERNAL __HRBLOAD
EXTERNAL __HRBDO
EXTERNAL __HRBUNLOAD
EXTERNAL __HRBGETFU
EXTERNAL __HRBDOFU
EXTERNAL __ERRINHANDLER
EXTERNAL __ERRRT_BASE

View File

@@ -782,11 +782,6 @@ HB_FUNC( __HRBDO )
HB_FUNC_EXEC( HB_HRBDO );
}
HB_FUNC( __HRBDOFU )
{
HB_FUNC_EXEC( HB_HRBDO );
}
HB_FUNC( __HRBGETFU )
{
HB_FUNC_EXEC( HB_HRBGETFUNSYM );