diff src/sysdep.h @ 1750:fd0d12493223

[project @ 1996-01-13 09:31:07 by jwe]
author jwe
date Sat, 13 Jan 1996 09:31:07 +0000
parents a38bd8df9d33
children 3a9462b655f1
line wrap: on
line diff
--- a/src/sysdep.h	Sat Jan 13 09:31:07 1996 +0000
+++ b/src/sysdep.h	Sat Jan 13 09:31:07 1996 +0000
@@ -24,7 +24,7 @@
 #if !defined (octave_sysdep_h)
 #define octave_sysdep_h 1
 
-#include <readline/tilde.h>
+#include <string>
 
 extern void sysdep_init (void);
 
@@ -60,6 +60,8 @@
 // Nonzero if the machine we are running on is big-endian.
 extern int octave_words_big_endian;
 
+extern string oct_tilde_expand (const string&);
+
 #endif
 
 /*