2017-04-20 09:14 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* include/hbcomp.h
  * src/compiler/hbmain.c
    * removed not longer necessary calls to hb_compExprLstDealloc()

  * src/compiler/hbcomp.c
    ! do not generate internal error when nested expression deallocation
      is activated

  * contrib/rddads/ads1.c
    ! fixed bad typo which effectively completely broke
      AdsTestRecLocks( .t. ) mode
This commit is contained in:
Przemysław Czerpak
2017-04-20 09:14:04 +02:00
parent 6a1f383282
commit 66ee94abcc
5 changed files with 19 additions and 13 deletions

View File

@@ -251,8 +251,6 @@ extern int hb_compMainExt( int argc, const char * const argv[], HB_BYTE ** pBuf
extern void hb_compOutStd( HB_COMP_DECL, const char * szMessage );
extern void hb_compOutErr( HB_COMP_DECL, const char * szMessage );
extern void hb_compExprLstDealloc( HB_COMP_DECL );
extern PHB_EXPR hb_compExprGenStatement( PHB_EXPR, HB_COMP_DECL );
extern PHB_EXPR hb_compExprGenPush( PHB_EXPR, HB_COMP_DECL );
extern PHB_EXPR hb_compExprGenPop( PHB_EXPR, HB_COMP_DECL );