diff options
Diffstat (limited to 'src/interp/preparse.lisp')
-rw-r--r-- | src/interp/preparse.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/preparse.lisp b/src/interp/preparse.lisp index 331aa3e3..0d9e7ff1 100644 --- a/src/interp/preparse.lisp +++ b/src/interp/preparse.lisp @@ -181,7 +181,7 @@ (PROG (LINE IND) (SETQ LINE (if $LINELIST (pop $LINELIST) - (expand-tabs (|readLine| in-stream)))) + (|expandLeadingTabs| (|readLine| in-stream)))) (setq |$preparseLastLine| LINE) (and (stringp line) (incf $INDEX)) (COND |