diff 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
line wrap: on
line diff
--- a/src/symtab.cc	Fri May 09 14:49:47 1997 +0000
+++ b/src/symtab.cc	Fri May 09 14:57:34 1997 +0000
@@ -34,8 +34,9 @@
 #include "str-vec.h"
 
 #include "error.h"
+#include "oct-fcn.h"
 #include "oct-sym.h"
-#include "oct-fcn.h"
+#include "oct-var-ref.h"
 #include "symtab.h"
 #include "utils.h"
 #include "variables.h"
@@ -344,7 +345,7 @@
 }
 
 void
-symbol_record::set_sv_function (sv_Function f)
+symbol_record::set_sv_function (sv_function f)
 {
   sv_fcn = f;
 }