comparison src/symtab.cc @ 2953:ca7d3625ee01

[project @ 1997-05-09 14:56:52 by jwe]
author jwe
date Fri, 09 May 1997 14:57:34 +0000
parents 49b42be38aa1
children b9c107cbe388
comparison
equal deleted inserted replaced
2952:c4bc40161199 2953:ca7d3625ee01
32 32
33 #include "glob-match.h" 33 #include "glob-match.h"
34 #include "str-vec.h" 34 #include "str-vec.h"
35 35
36 #include "error.h" 36 #include "error.h"
37 #include "oct-fcn.h"
37 #include "oct-sym.h" 38 #include "oct-sym.h"
38 #include "oct-fcn.h" 39 #include "oct-var-ref.h"
39 #include "symtab.h" 40 #include "symtab.h"
40 #include "utils.h" 41 #include "utils.h"
41 #include "variables.h" 42 #include "variables.h"
42 43
43 // Variables and functions. 44 // Variables and functions.
342 nm.c_str ()); 343 nm.c_str ());
343 } 344 }
344 } 345 }
345 346
346 void 347 void
347 symbol_record::set_sv_function (sv_Function f) 348 symbol_record::set_sv_function (sv_function f)
348 { 349 {
349 sv_fcn = f; 350 sv_fcn = f;
350 } 351 }
351 352
352 int 353 int