summaryrefslogtreecommitdiff
path: root/textproc/jade/patches/patch-ai
blob: 35ef27f65f1205ee1562dfb1b10bad60e975b59e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.2 2003/10/09 22:14:13 kristerw Exp $

--- lib/parser_inst.cxx.orig	Fri Sep 16 14:43:02 2022
+++ lib/parser_inst.cxx	Fri Sep 16 14:44:09 2022
@@ -1324,7 +1324,7 @@
 #endif
 #endif
 #endif
-#if SIZEOF_SIZE_T == 8
+#if defined(_LP64) || defined(__arm__)
 #ifdef __DECCXX
 #pragma define_template Vector<size_t>
 #else