diff liboctave/cmd-edit.h @ 9321:9b87aeb24ea9

avoid using readline at all when line editing suppressed or interpreter embedded
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 09 Jun 2009 12:14:26 +0200
parents eb63fbe60fab
children 3cee58bf4acf
line wrap: on
line diff
--- a/liboctave/cmd-edit.h
+++ b/liboctave/cmd-edit.h
@@ -150,6 +150,8 @@
 
   static void increment_current_command_number (void);
 
+  static void force_default_editor (void);
+
 private:
 
   // No copying!