diff options
-rw-r--r-- | src/3rdparty/sqlite/shell.c | 2 | ||||
-rw-r--r-- | src/tqmoc/tqmoc_lex.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/sqlite/shell.c b/src/3rdparty/sqlite/shell.c index 93210666e..28635a82a 100644 --- a/src/3rdparty/sqlite/shell.c +++ b/src/3rdparty/sqlite/shell.c @@ -49,7 +49,7 @@ /* Make sure isatty() has a prototype. */ -extern int isatty(); +extern int isatty(int); /* ** The following is the open SQLite database. We make a pointer diff --git a/src/tqmoc/tqmoc_lex.cpp b/src/tqmoc/tqmoc_lex.cpp index de1d2822e..aa3d418e8 100644 --- a/src/tqmoc/tqmoc_lex.cpp +++ b/src/tqmoc/tqmoc_lex.cpp @@ -2836,7 +2836,7 @@ static void yy_load_buffer_state (void) } #ifndef __cplusplus -extern int isatty (int ); +extern int isatty (int); #endif /* __cplusplus */ /* Initializes or reinitializes a buffer. |