1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/lang/mozart/files/patch-platform-emulator-dictionary.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

25 lines
599 B
C++

--- ./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
};