diff src/symtab.h @ 8123:eb2beef9a9ff

clear breakpoints is function found to be out of date
author David Bateman <dbateman@free.fr>
date Mon, 22 Sep 2008 13:11:32 -0400
parents 36a485f7f335
children 47a3d2f829e4
line wrap: on
line diff
--- a/src/symtab.h
+++ b/src/symtab.h
@@ -2292,6 +2292,8 @@
 
 extern bool out_of_date_check (octave_value& function);
 
+extern bool out_of_date_check (octave_function* fcn);
+
 #endif
 
 /*