freebsd-ports/lang/mozart/files/patch-platform-emulator-namer.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
660 B
C++

--- ./platform/emulator/namer.hh.orig Wed Jun 2 18:46:32 1999
+++ ./platform/emulator/namer.hh Sat Sep 3 18:46:09 2005
@@ -8,8 +8,8 @@
* Organization or Person (Year(s))
*
* Last change:
- * $Date: 1999/06/02 22:46:32 $ by $Author: schulte $
- * $Revision: 1.8 $
+ * $Date: 2005/01/30 10:39:10 $ by $Author: glynn $
+ * $Revision: 1.8.18.1 $
*
* This file is part of Mozart, an implementation
* of Oz 3:
@@ -123,7 +123,6 @@
public:
Namer(void) {
GCMeManager::registerObject(this);
- _head = NULL;
}
static Namer<T_INDEX, T_NAME> * getHead(void) { return _head; }
static T_NAME getName(T_INDEX index) {