summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index 3469806..1da2eac 100644
--- a/read.c
+++ b/read.c
@@ -1277,8 +1277,8 @@ do_define (char *name, unsigned int namelen,
unsigned int len;
char *line;
- ebuf->floc.lineno += nlines;
nlines = readline (ebuf);
+ ebuf->floc.lineno += nlines;
/* If there is nothing left to eval, we're done. */
if (nlines < 0)