2008-06-20 17:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbtpathy/telepath.prg
! Fixed embedded comments.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-06-20 17:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/hbtpathy/telepath.prg
|
||||
! Fixed embedded comments.
|
||||
|
||||
2008-06-20 16:23 UTC+0100 Miguel Angel Marchuet Frutos <miguelangel@marchuet.net>
|
||||
* contrib/hbziparch/zip.c
|
||||
* contrib/hbziparch/zipfile.cpp
|
||||
|
||||
@@ -560,6 +560,7 @@ function tp_waitfor( ... )
|
||||
endif
|
||||
|
||||
while ( nDone > _clock() .or. nFirst == 100000 ) .and. ! tp_idle()
|
||||
|
||||
if nFirst == 100000
|
||||
nFirst := 99999
|
||||
endif
|
||||
@@ -582,7 +583,9 @@ function tp_waitfor( ... )
|
||||
exit
|
||||
endif
|
||||
|
||||
/* sched_yield() */ /* C level function */
|
||||
#if 0
|
||||
sched_yield() // C level function
|
||||
#endif
|
||||
|
||||
enddo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user