(svn r2017) Explicitly mark SlReadByte as 'inline'

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 20 years ago
parent 42cd07a2e2
commit dad3d12406

@ -60,7 +60,7 @@ static void NORETURN SlError(const char *msg)
longjmp(_sl.excpt, 0);
}
int SlReadByte(void)
inline int SlReadByte(void)
{
if (_sl.bufp == _sl.bufe) SlReadFill();
return *_sl.bufp++;

Loading…
Cancel
Save