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:
Viktor Szakats
2008-06-20 15:57:27 +00:00
parent 8ed3519bf1
commit c02417582e
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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