From 25e44dbf5c9571f41a90ba035a5b943aaff8d9fa Mon Sep 17 00:00:00 2001 From: Bill Medland Date: Thu, 26 Jul 2001 20:13:47 +0000 Subject: [PATCH] Don't inline perfect_graphics(). --- graphics/x11drv/bitblt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/x11drv/bitblt.c b/graphics/x11drv/bitblt.c index 7d53f4ca2f9..0342ef0d69d 100644 --- a/graphics/x11drv/bitblt.c +++ b/graphics/x11drv/bitblt.c @@ -526,7 +526,7 @@ main() * * Favor correctness or speed? */ -static inline int perfect_graphics(void) +static int perfect_graphics(void) { static int perfect = -1; if (perfect == -1)