diff --git a/ChangeLog.txt b/ChangeLog.txt index c7710e5db7..3ad89452f5 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 diff --git a/doc/pp_prg.txt b/doc/pp_prg.txt index 9571232804..58c1f47eb6 100644 --- a/doc/pp_prg.txt +++ b/doc/pp_prg.txt @@ -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()