[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:
Benoît Minisini 2015-10-31 01:49:40 +00:00
parent ebaf5d5ac8
commit 26d137d850
2 changed files with 417 additions and 282 deletions

File diff suppressed because it is too large Load diff

View file

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