summaryrefslogtreecommitdiff
path: root/textproc/openjade/patches/patch-ad
blob: 48705a9050bca7409eb788665692ca1d28d39f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1 2002/09/26 00:17:57 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(_LP64)
 __instantiate(Vector<unsigned int>)
 #endif