openbsd-ports/textproc/jade/patches/patch-ad
1999-07-21 16:54:45 +00:00

12 lines
330 B
Plaintext

--- lib/parser_inst.cxx.orig Wed Jul 21 16:26:55 1999
+++ lib/parser_inst.cxx Wed Jul 21 16:27:09 1999
@@ -1344,7 +1344,7 @@
#pragma define(Vector<unsigned int>)
#else
#ifdef SP_ANSI_CLASS_INST
-template class Vector<unsigned int>;
+//template class Vector<unsigned int>;
#else
typedef Vector<unsigned int> Dummy_97;
#endif