From 4843c4f3f824d22c12082fc01cc8edd5efe57617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Mon, 16 Sep 2013 15:36:54 +0200 Subject: [PATCH] 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 --- ChangeLog.txt | 4 ++++ doc/pp_prg.txt | 1 + 2 files changed, 5 insertions(+) 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()