freebsd-ports/textproc/isearch/files/patch-src::opstack.hxx
Dmitry Marakasov d008ed3cbb - Fix build with gcc4.2 and amd64: remove -fwritable-strings.
- Remove GNU_CONFIGURE since it was doing nothing: respect CXX CXXFLAGS.
- Clean some warnings related to deprecated C++ headers.
- Use %%DOCSDIR%% in pkg-plist

PR:		126441
Submitted by:	"Pedro F. Giffuni" <giffunip at tutopia dot com>
Approved by:	Paul Marquis <pmarquis at pobox dot com> (maintainer)
2008-09-02 20:39:26 +00:00

11 lines
343 B
C++

--- src/opstack.hxx.orig 1996-12-21 00:41:10.000000000 +0000
+++ src/opstack.hxx 2007-12-01 16:38:59.000000000 +0000
@@ -57,7 +57,7 @@ public:
OPSTACK& operator<<(OPOBJ* Op);
POPOBJ operator>>(POPOBJ& OpPtr);
PIRSET operator>>(PIRSET& OpPtr);
- void OPSTACK::Reverse();
+ void Reverse();
~OPSTACK();
private:
void Push(OPOBJ& Op);