summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwl <wl>2010-12-15 20:44:39 +0000
committerwl <wl>2010-12-15 20:44:39 +0000
commit1741c826642ccd2204b2fece7452c2c0e462474a (patch)
tree0dfae00c27fa0163993fda29e9b90a085fed06c5 /ChangeLog
parentc23a04b471aacda89679c5aa52d5118ebe93c59c (diff)
downloadgroff-1741c826642ccd2204b2fece7452c2c0e462474a.tar.gz
Fix compilation problem.
This issue happens with gcc 4.2.4. * src/roff/troff/node.cpp (node::~node): Move to... * src/roff/troff/node.h: Here. This ensures that the inline member function is publicly visible.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9e473b4..790dafb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2010-12-15 Werner LEMBERG <wl@gnu.org>
+ Fix compilation problem.
+
+ This issue happens with gcc 4.2.4.
+
+ * src/roff/troff/node.cpp (node::~node): Move to...
+ * src/roff/troff/node.h: Here. This ensures that the inline
+ member function is publicly visible.
+
+2010-12-15 Werner LEMBERG <wl@gnu.org>
+
Remove unused code.
* src/roff/troff/node.cpp, src/roff/troff/node.h