projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd67f36
)
Mark get_rule function as inline.
author
John Darrington
<john@darrington.wattle.id.au>
Fri, 1 Jul 2011 16:21:47 +0000
(18:21 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Fri, 1 Jul 2011 16:21:47 +0000
(18:21 +0200)
src/output/render.c
patch
|
blob
|
history
diff --git
a/src/output/render.c
b/src/output/render.c
index a4fe9e24e65eae7d82b9f7fa984cca010b2dfc0e..8332b85d98ecb51e1ad3849eb6072eab5ceec130 100644
(file)
--- a/
src/output/render.c
+++ b/
src/output/render.c
@@
-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])
{