From fca55e374145de586143a340aa46a72d4f0ea47a Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 24 Nov 2004 13:19:48 +0000 Subject: (svn r793) Merge INLINE -> inline replacement (revision 376) --- viewport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'viewport.c') diff --git a/viewport.c b/viewport.c index 76db3b597..5c195503f 100644 --- a/viewport.c +++ b/viewport.c @@ -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; -- cgit v1.2.3-54-g00ecf