groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] node.cpp needs patch?


From: Larry Kollar
Subject: [Groff] node.cpp needs patch?
Date: Fri, 15 Jan 2010 16:21:32 -0600

Environment: MacOSX 10.4.11 (Intel), gcc 4.0.1

I'm not a c++ expert in the least, but I couldn't get the CVS (from an hour 
ago) to compile without getting rid of the "inline" keyword from node::~node() 
as follows. Is this a problem on my end?

-- Larry


Index: src/roff/troff/node.cpp
===================================================================
RCS file: /sources/groff/groff/src/roff/troff/node.cpp,v
retrieving revision 1.31
diff -u -r1.31 node.cpp
--- src/roff/troff/node.cpp     20 Nov 2009 05:10:18 -0000      1.31
+++ src/roff/troff/node.cpp     15 Jan 2010 22:07:47 -0000
@@ -1811,7 +1811,7 @@
 {
 }
 
-inline node::~node()
+node::~node()
 {
   if (state != 0)
     delete state;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]