15 lines
616 B
Plaintext
15 lines
616 B
Plaintext
$OpenBSD: patch-lib_parser_inst_m4,v 1.3 2006/01/14 15:56:33 espie Exp $
|
|
--- lib/parser_inst.m4.orig Fri Aug 20 09:05:33 1999
|
|
+++ lib/parser_inst.m4 Sat Jan 14 16:55:51 2006
|
|
@@ -166,10 +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)
|
|
__instantiate(Vector<unsigned int>)
|
|
-#endif
|
|
-
|
|
__instantiate(NamedTable<Id>)
|
|
__instantiate(NamedTableIter<Id>)
|
|
__instantiate(IListIter<EquivClass>)
|