diff 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
line wrap: on
line diff
--- a/src/input.cc
+++ b/src/input.cc
@@ -527,7 +527,8 @@
   if (retval)
     current_input_line = retval;
 
-  input_line_number++;
+  if (! get_input_from_eval_string)
+    input_line_number++;
 
   return retval;
 }