(svn r793) Merge INLINE -> inline replacement (revision 376)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user