freebsd-ports/devel/ixlib/files/patch-src::ixlib_re.hh
Pav Lucistnik 4fa5a1eaab - Unbreak on 5.x
- Respect CFLAGS
- Silence Portlint

PR:		ports/59770
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
Approved by:	marcus (portmgr)
Approved by:	adamw (mentor)
2003-11-30 18:11:13 +00:00

11 lines
365 B
C++

--- src/ixlib_re.hh.orig Fri Nov 28 11:46:14 2003
+++ src/ixlib_re.hh Fri Nov 28 11:53:24 2003
@@ -163,7 +163,7 @@
struct backtrack_stack_entry {
TIndex Index;
- backref_stack::rewind_info RewindInfo;
+ typename backref_stack::rewind_info RewindInfo;
};
public: