comparison src/Map-tc.cc @ 2086:bfb775fb6fe8

[project @ 1996-04-25 05:55:19 by jwe]
author jwe
date Thu, 25 Apr 1996 05:55:19 +0000
parents 003570e69c7b
children a45c7d64b5e3
comparison
equal deleted inserted replaced
2085:7603b37325db 2086:bfb775fb6fe8
18 along with Octave; see the file COPYING. If not, write to the Free 18 along with Octave; see the file COPYING. If not, write to the Free
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 20
21 */ 21 */
22 22
23 // Instantiate Maps of tree_constants. 23 // Instantiate Maps of octave_values.
24 24
25 #include "Map.h" 25 #include "Map.h"
26 #include "Map.cc" 26 #include "Map.cc"
27 27
28 #include "pt-const.h" 28 #include "pt-const.h"
29 29
30 template class Map<tree_constant>; 30 template class Map<octave_value>;
31 template class CHNode<tree_constant>; 31 template class CHNode<octave_value>;
32 template class CHMap<tree_constant>; 32 template class CHMap<octave_value>;
33 33
34 template static int goodCHptr (CHNode<tree_constant> *t); 34 template static int goodCHptr (CHNode<octave_value> *t);
35 template static int CHptr_to_index (CHNode<tree_constant> *t); 35 template static int CHptr_to_index (CHNode<octave_value> *t);
36 36
37 /* 37 /*
38 ;;; Local Variables: *** 38 ;;; Local Variables: ***
39 ;;; mode: C++ *** 39 ;;; mode: C++ ***
40 ;;; End: *** 40 ;;; End: ***