[INTERPRETER]
* OPT: Some optimization in native array accessors. * BUG: Fix a compilation warning. git-svn-id: svn://localhost/gambas/trunk@7439 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
ebaf5d5ac8
commit
26d137d850
2 changed files with 417 additions and 282 deletions
File diff suppressed because it is too large
Load diff
|
@ -74,7 +74,7 @@ void STREAM_exit(void)
|
|||
STREAM_close(&_temp_stream);
|
||||
}
|
||||
|
||||
static void wait_for_fd_ready_to_read(fd)
|
||||
static void wait_for_fd_ready_to_read(int fd)
|
||||
{
|
||||
if (fd >= 0)
|
||||
WATCH_process(fd, -1, 0);
|
||||
|
|
Loading…
Reference in a new issue