chiark / gitweb /
Remove "inline" from getpix().
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 8 Jul 2017 00:02:41 +0000 (01:02 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 8 Jul 2017 00:02:41 +0000 (01:02 +0100)
It doesn't make any difference to the speed on my system anyway.

bedstead.c

index 5231513673e609635dc3e6f4453ec874ac69f1ac..e168d4b1f075429f7db99d93d8101818b0a4b68a 100644 (file)
@@ -1213,7 +1213,7 @@ struct glyph {
 
 static void dolookups(struct glyph const *);
 
-static inline int
+static int
 getpix(char const data[YSIZE], int x, int y, unsigned flags)
 {