summaryrefslogtreecommitdiff
path: root/textproc/lq-sp/patches/patch-ab
blob: 841bb5e6f6b81a5d340740a3caadd2d1d793bf2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.1 2003/07/25 19:57:58 kristerw Exp $
--- nsgmls/nsgmls_inst.cxx.orig	Fri Jul 25 21:13:47 2003
+++ nsgmls/nsgmls_inst.cxx	Fri Jul 25 21:15:23 2003
@@ -102,8 +102,10 @@
 #else
 #ifdef SP_ANSI_CLASS_INST
 template class Vector<Vector<size_t> >;
+template class Vector<size_t>;
 #else
 typedef Vector<Vector<size_t> > Dummy_5;
+typedef Vector<size_t> Dummy_5_2;
 #endif
 #endif
 #endif