freebsd-ports/lang/mozart/files/patch-platform-emulator-libdp-table.cc
Pav Lucistnik f98f52441b - Update to 1.3.1.20040616
- Incorporate debian patches to fix build with gcc3

PR:		ports/86058
Submitted by:	Geoffrey Mainland <mainland@apeiron.net>
Approved by:	Mathis Picker <Mathias.Picker@gmx.de> (maintainer)
2005-09-16 11:38:26 +00:00

23 lines
687 B
C++

--- ./platform/emulator/libdp/table.cc.orig Mon Apr 28 08:32:28 2003
+++ ./platform/emulator/libdp/table.cc Sat Sep 3 18:46:09 2005
@@ -9,8 +9,8 @@
* Per Brand, 1998
*
* Last change:
- * $Date: 2003/04/28 12:32:28 $ by $Author: glynn $
- * $Revision: 1.88 $
+ * $Date: 2005/08/02 12:08:58 $ by $Author: glynn $
+ * $Revision: 1.88.8.1 $
*
* This file is part of Mozart, an implementation
* of Oz 3:
@@ -45,8 +45,8 @@
((po)->isTertiary() ? makeTaggedConst((po)->getTertiary()) : (po)->getRef())
//
-template class GenDistEntryTable<BorrowEntry>;
#include "hashtblDefs.cc"
+template class GenDistEntryTable<BorrowEntry>;
OwnerTable *ownerTable;