comparison src/oct-map.h @ 1279:f146197d9d37

[project @ 1995-04-26 17:41:20 by jwe]
author jwe
date Wed, 26 Apr 1995 17:43:02 +0000
parents dfe01093f657
children 12ecc2ecf0e3
comparison
equal deleted inserted replaced
1278:606361d34c74 1279:f146197d9d37
41 } 41 }
42 42
43 Octave_map (const Octave_map& m) : CHMap<tree_constant> (m) { } 43 Octave_map (const Octave_map& m) : CHMap<tree_constant> (m) { }
44 44
45 ~Octave_map (void) { } 45 ~Octave_map (void) { }
46
47 char **make_name_list (void);
46 }; 48 };
47 49
48 #endif 50 #endif
49 51
50 /* 52 /*