Fix build on our 64-bit archs.
This commit is contained in:
parent
7f54c88768
commit
2c6b750cd4
12
textproc/sp/patches/patch-lib_parser_inst_m4
Normal file
12
textproc/sp/patches/patch-lib_parser_inst_m4
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-lib_parser_inst_m4,v 1.1 2003/02/03 17:02:33 naddy Exp $
|
||||||
|
--- lib/parser_inst.m4.orig Mon Feb 3 16:49:27 2003
|
||||||
|
+++ lib/parser_inst.m4 Mon Feb 3 16:49:54 2003
|
||||||
|
@@ -164,7 +164,7 @@ __instantiate(Vector<NamedResourceTable<
|
||||||
|
__instantiate(Vector<ContentModelAmbiguity>)
|
||||||
|
__instantiate(Vector<Transition>)
|
||||||
|
__instantiate(Vector<LeafContentToken*>)
|
||||||
|
-#if 0
|
||||||
|
+#if defined(__alpha__) || defined(__sparc64__)
|
||||||
|
__instantiate(Vector<size_t>)
|
||||||
|
#endif
|
||||||
|
__instantiate(Vector<unsigned int>)
|
Loading…
x
Reference in New Issue
Block a user