blob: 086a9460f01e96b954fcb303898ad4f8c5a17566 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- ./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:
|