Mercurial > hg > octave-thorsten
comparison src/input.cc @ 2939:f2feebf0eb7d
[project @ 1997-05-06 16:36:34 by jwe]
author | jwe |
---|---|
date | Tue, 06 May 1997 16:36:35 +0000 |
parents | 8722c6284b72 |
children | e9c24f32f175 |
comparison
equal
deleted
inserted
replaced
2938:2e1757f57ce6 | 2939:f2feebf0eb7d |
---|---|
18 along with Octave; see the file COPYING. If not, write to the Free | 18 along with Octave; see the file COPYING. If not, write to the Free |
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
20 | 20 |
21 */ | 21 */ |
22 | 22 |
23 /* | 23 // Get command input interactively or from files. |
24 | |
25 The 2 functions listed below were adapted from similar functions | |
26 from GNU Bash, the Bourne Again SHell, copyright (C) 1987, 1989, 1991 | |
27 Free Software Foundation, Inc. | |
28 | |
29 read_octal decode_prompt_string | |
30 | |
31 */ | |
32 | |
33 // Use the GNU readline library for command line editing and hisory. | |
34 | 24 |
35 #ifdef HAVE_CONFIG_H | 25 #ifdef HAVE_CONFIG_H |
36 #include <config.h> | 26 #include <config.h> |
37 #endif | 27 #endif |
38 | 28 |