Fixes for warnings related to -Wimplicit-int.

This commit is contained in:
Jose Rubio
2019-08-20 12:52:43 +02:00
parent 0d115796c2
commit f0c312b207
108 changed files with 177 additions and 177 deletions

View File

@@ -49,7 +49,7 @@
** Written by Kiem-Phong Vo (8/18/90)
*/
#if __STD_C
_sfexcept(reg Sfio_t* f, reg int type, reg int io, reg Sfdisc_t* disc)
int _sfexcept(reg Sfio_t* f, reg int type, reg int io, reg Sfdisc_t* disc)
#else
_sfexcept(f,type,io,disc)
reg Sfio_t *f; /* stream where the exception happened */