blob: 7539cbcb44266d782038d28810c85648db1cb1ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.2 2002/09/26 05:46:11 dmcmahill Exp $
--- lib/parser_inst.m4.orig Fri Aug 20 03:05:33 1999
+++ lib/parser_inst.m4
@@ -166,7 +166,7 @@ __instantiate(Vector<Transition>)
__instantiate(Vector<LeafContentToken*>)
__instantiate(Vector<size_t>)
// we really just want to test if size_t == unsigned int
-#if !defined(SIZEOF_SIZE_T) || !defined(SIZEOF_UNSIGNED_INT) || (SIZEOF_SIZE_T != SIZEOF_UNSIGNED_INT)
+#if defined(__NetBSD__)
__instantiate(Vector<unsigned int>)
#endif
|