Mark get_rule function as inline.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 16:21:47 +0000 (18:21 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 16:21:47 +0000 (18:21 +0200)
src/output/render.c

index a4fe9e24e65eae7d82b9f7fa984cca010b2dfc0e..8332b85d98ecb51e1ad3849eb6072eab5ceec130 100644 (file)
@@ -815,7 +815,7 @@ render_page_get_size (const struct render_page *page, enum table_axis axis)
 \f
 /* Drawing render_pages. */
 
-static enum render_line_style
+static inline enum render_line_style
 get_rule (const struct render_page *page, enum table_axis axis,
           const int d[TABLE_N_AXES])
 {