use stdbool

This commit is contained in:
Vítor Santos Costa
2014-09-09 23:53:10 -05:00
parent 1dd3ff800e
commit 3fd07064da
9 changed files with 29 additions and 27 deletions

View File

@@ -1847,7 +1847,7 @@ Sread_terminal(void *handle, char *buf, size_t size)
int fd = (int)h;
source_location oldsrc = LD->read_source;
if ( Soutput && true(Soutput, SIO_ISATTY) )
if ( Soutput && True(Soutput, SIO_ISATTY) )
{ if ( LD->prompt.next && ttymode != TTY_RAW )
PL_write_prompt(TRUE);
else