summaryrefslogtreecommitdiff
path: root/lang/mozart/files/patch-platform-emulator-dictionary.hh
blob: f4fba1ea344367fb16038fa2327cdc3ac9224571 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- ./platform/emulator/dictionary.hh.orig	Sat May 17 09:20:38 2003
+++ ./platform/emulator/dictionary.hh	Sat Sep  3 18:46:09 2005
@@ -11,8 +11,8 @@
  *    Konstantin Popov, 2002
  * 
  *  Last change:
- *    $Date: 2003/05/17 13:20:38 $ by $Author: duchier $
- *    $Revision: 1.44 $
+ *    $Date: 2004/07/15 18:56:35 $ by $Author: popow $
+ *    $Revision: 1.44.8.1 $
  * 
  *  This file is part of Mozart, an implementation 
  *  of Oz 3:
@@ -629,6 +629,10 @@
   //
   DictHashTable* gCollect(void);
   DictHashTable* sClone(void);
+
+#if defined(DEBUG_CHECK)
+  void verify();
+#endif
 };