2008-09-22 20:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/vm/classes.c
  * harbour/source/rdd/workarea.c
    * pacified BCC warnings

  * harbour/source/debug/dbgwa.prg
  * harbour/source/debug/debugger.prg
  * harbour/source/debug/dbghelp.prg
    * eliminated two static variables
This commit is contained in:
Przemyslaw Czerpak
2008-09-22 18:41:29 +00:00
parent 3876fb6d73
commit afb1c7cd2d
6 changed files with 44 additions and 25 deletions

View File

@@ -230,6 +230,8 @@ CREATE CLASS HBDebugger
VAR lPPO INIT .F.
VAR lRunAtStartup INIT .T. // Clipper compatible
VAR lLineNumbers INIT .T.
VAR nHelpPage INIT 1
VAR nWaFocus INIT 1
METHOD New()
METHOD Activate()