freebsd-ports/lang/mozart/files/patch-platform-emulator-var_ct.hh
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

22 lines
764 B
C++

--- ./platform/emulator/var_ct.hh.orig Thu Dec 18 10:12:41 2003
+++ ./platform/emulator/var_ct.hh Sat Sep 3 18:46:09 2005
@@ -9,8 +9,8 @@
* Organization or Person (Year(s))
*
* Last change:
- * $Date: 2003/12/18 15:12:41 $ by $Author: raph $
- * $Revision: 1.27 $
+ * $Date: 2005/01/30 10:39:54 $ by $Author: glynn $
+ * $Revision: 1.27.4.1 $
*
* This file is part of Mozart, an implementation
* of Oz 3:
@@ -38,7 +38,7 @@
friend class OzVariable;
friend void constrainGlobalVar(OZ_Term *, OZ_Ct *);
friend OZ_Return tellBasicConstraint(OZ_Term, OZ_Ct *, OZ_CtDefinition *);
- friend OZ_Boolean OZ_CtVar::tell(void);
+ friend class OZ_CtVar;
friend void addSuspCtVar(OZ_Term , Suspendable * , OZ_CtWakeUp);
private: