(svn r793) Merge INLINE -> inline replacement (revision 376)

This commit is contained in:
tron
2004-11-24 13:19:48 +00:00
parent 0ea87b6473
commit fca55e3741
9 changed files with 50 additions and 51 deletions

View File

@@ -1227,7 +1227,7 @@ static void ViewportDrawChk(ViewPort *vp, int left, int top, int right, int bott
}
}
static void INLINE ViewportDraw(ViewPort *vp, int left, int top, int right, int bottom)
static inline void ViewportDraw(ViewPort *vp, int left, int top, int right, int bottom)
{
int t;