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