summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/troff/node.cc
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-09-27 14:02:02 +0000
committercgd <cgd@NetBSD.org>1995-09-27 14:02:02 +0000
commit34030441488787c3d03481aeb5da3dbec14d2c4e (patch)
tree0de714f929f5eeb831ff8d46521aa0a3d3b325fb /gnu/usr.bin/groff/troff/node.cc
parent70075b5f87c127cbf0c8375f4b20233ecc4093b7 (diff)
consistently declare functions inline or volatile.
Diffstat (limited to 'gnu/usr.bin/groff/troff/node.cc')
-rw-r--r--gnu/usr.bin/groff/troff/node.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/troff/node.cc b/gnu/usr.bin/groff/troff/node.cc
index 6d36519d751..33a2c1718bd 100644
--- a/gnu/usr.bin/groff/troff/node.cc
+++ b/gnu/usr.bin/groff/troff/node.cc
@@ -1323,7 +1323,7 @@ public:
node *copy();
node *merge_glyph_node(glyph_node *);
node *merge_self(node *);
- hunits width();
+ inline hunits width();
node *last_char_node();
units size();
void vertical_extent(vunits *, vunits *);