From: Ben Harris Date: Sat, 8 Jul 2017 00:02:41 +0000 (+0100) Subject: Remove "inline" from getpix(). X-Git-Tag: bedstead-001.003~15 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=0d7093319aa34a7be7f6edd7b7d46ebb97c64617;p=bedstead-debian.git Remove "inline" from getpix(). It doesn't make any difference to the speed on my system anyway. --- diff --git a/bedstead.c b/bedstead.c index 5231513..e168d4b 100644 --- a/bedstead.c +++ b/bedstead.c @@ -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) {