blob: 45913fbfeff5bdc17f047c1ce1cb9e7340f13442 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.2 2000/10/09 15:55:27 tv Exp $
--- lib/parser_inst.m4.orig Fri Oct 6 21:36:27 2000
+++ lib/parser_inst.m4 Fri Oct 6 21:36:32 2000
@@ -164,7 +164,7 @@
__instantiate(Vector<ContentModelAmbiguity>)
__instantiate(Vector<Transition>)
__instantiate(Vector<LeafContentToken*>)
-#if 0
+#if defined(__alpha__) || defined(__sparc64__)
__instantiate(Vector<size_t>)
#endif
__instantiate(Vector<unsigned int>)
|