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) --- newgrf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newgrf.c') diff --git a/newgrf.c b/newgrf.c index bf70a8596..841a4e73b 100644 --- a/newgrf.c +++ b/newgrf.c @@ -114,7 +114,7 @@ do { \ } while (0) -static byte INLINE grf_load_byte(byte **buf) +static inline byte grf_load_byte(byte **buf) { return *(*buf)++; } -- cgit v1.2.3-54-g00ecf