13 lines
337 B
Text
13 lines
337 B
Text
$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
|