blob: c0b52a06fde02d552516e4614c6c77ef168e8e5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.2 2003/10/09 22:14:13 kristerw Exp $
--- lib/parser_inst.m4.orig Fri Sep 16 14:43:02 2022
+++ lib/parser_inst.m4 Fri Sep 16 14:44:12 2022
@@ -164,7 +164,7 @@
__instantiate(Vector<ContentModelAmbiguity>)
__instantiate(Vector<Transition>)
__instantiate(Vector<LeafContentToken*>)
-#if SIZEOF_SIZE_T == 8
+#if defined(_LP64) || defined(__arm__)
__instantiate(Vector<size_t>)
#endif
__instantiate(Vector<unsigned int>)
|