comparison libinterp/corefcn/input.h @ 27957:c20b7290c778

merge stable to default.
author John W. Eaton <jwe@octave.org>
date Fri, 17 Jan 2020 13:27:27 -0600
parents bd51beb6205e 2310164737b3
children 376ca9022b7e f0a3f4527ba6
comparison
equal deleted inserted replaced
27955:179ece36a2eb 27957:c20b7290c778
21 // along with Octave; see the file COPYING. If not, see 21 // along with Octave; see the file COPYING. If not, see
22 // <https://www.gnu.org/licenses/>. 22 // <https://www.gnu.org/licenses/>.
23 // 23 //
24 //////////////////////////////////////////////////////////////////////// 24 ////////////////////////////////////////////////////////////////////////
25 25
26 // Use the GNU readline library for command line editing and hisory. 26 // Use the GNU readline library for command line editing and history.
27 27
28 #if ! defined (octave_input_h) 28 #if ! defined (octave_input_h)
29 #define octave_input_h 1 29 #define octave_input_h 1
30 30
31 #include "octave-config.h" 31 #include "octave-config.h"