Mercurial > hg > octave-nkf
diff src/Map.cc @ 745:586160369413
[project @ 1994-09-30 15:00:00 by jwe]
author | jwe |
---|---|
date | Fri, 30 Sep 1994 15:04:51 +0000 |
parents | daeee5bd0cb5 |
children | 0a9ac29dfd4d |
line wrap: on
line diff
--- a/src/Map.cc +++ b/src/Map.cc @@ -21,6 +21,19 @@ */ +/* + +The classes in this file are derived from the old `genclass' versions +of Map and CHMap from libg++, originally: + + Copyright (C) 1988 Free Software Foundation + written by Doug Lea (dl@rocky.oswego.edu) + +and distributed under the terms of the GNU Library General Public +License as published by the Free Software Foundation. + +*/ + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -271,9 +284,10 @@ #if defined (__GNUG__) && defined (USE_EXTERNAL_TEMPLATES) #if defined (OCTAVE_SOURCE) -//typedef Map<double> map_type_double; -//typedef CHNode<double> chnode_type_double; -typedef CHMap<double> chmap_type_double; +#include "tree-const.h" +typedef Map<tree_constant> map_type_tree_constant; +typedef CHNode<tree_constant> chnode_type_tree_constant; +typedef CHMap<tree_constant> chmap_type_tree_constant; #elif defined (USER_TYPEDEFS)