comparison src/input.cc @ 2114:a84f9c1fe38b

[project @ 1996-05-03 18:50:11 by jwe]
author jwe
date Fri, 03 May 1996 18:50:11 +0000
parents 36903d507b0e
children 138b3c98dc85
comparison
equal deleted inserted replaced
2113:0ef10ffb18eb 2114:a84f9c1fe38b
525 retval = octave_gets (); 525 retval = octave_gets ();
526 526
527 if (retval) 527 if (retval)
528 current_input_line = retval; 528 current_input_line = retval;
529 529
530 input_line_number++; 530 if (! get_input_from_eval_string)
531 input_line_number++;
531 532
532 return retval; 533 return retval;
533 } 534 }
534 535
535 int 536 int