clang fixes

This commit is contained in:
Vítor Santos Costa
2013-11-15 10:38:00 +00:00
parent 6de15433aa
commit 3c7656b619
7 changed files with 48 additions and 14 deletions

View File

@@ -415,9 +415,6 @@ Sread_readline(void *handle, char *buf, size_t size)
int fd = (int) h;
int ttymode = PL_ttymode(Suser_input); /* Not so nice */
int rval;
#ifdef HAVE_CLOCK
intptr_t oldclock = clock();
#endif
PL_write_prompt(ttymode == PL_NOTTY);