1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/cssc/files/patch-sf-prs.cc
Alexey Dokuchaev 7e0afc5695 Unbreak on 5.X and -CURRENT.
Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit)
2004-10-06 04:53:33 +00:00

15 lines
412 B
C++

--- sf-prs.cc.orig Fri Oct 1 18:32:28 2004
+++ sf-prs.cc Fri Oct 1 18:32:50 2004
@@ -43,8 +43,10 @@
{
sid_list no_includes, no_excludes;
sccs_date no_cutoff;
+
+ delta d;
- struct subst_parms parms(out, NULL, delta(), 0,
+ struct subst_parms parms(out, NULL, d, 0,
sccs_date()); // XXX: was sccs_date(NULL) (bad!)
class seq_state state(highest_delta_seqno());