2013-09-16 15:36 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* doc/pp_prg.txt
    ! added missing REQUEST __WAIT in example code
This commit is contained in:
Przemysław Czerpak
2013-09-16 15:36:54 +02:00
parent d5d33b921b
commit 4843c4f3f8
2 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-09-16 15:36 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* doc/pp_prg.txt
! added missing REQUEST __WAIT in example code
2013-09-16 15:11 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/hbsocket.c
! added missing error setting in hb_socketSelect() function

View File

@@ -61,6 +61,7 @@ it's lines by macro compiler:
/*** testpp.prg ***/
REQUEST __PP_STDRULES
REQUEST __WAIT
PROC Main()
local cLine, pPP, oErr
pPP := __PP_INIT()