From 85ff8085f16b8c79563f8f1fdc88a130c5329a21 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Mon, 11 Jan 2021 02:06:47 +0900 Subject: [PATCH] Print lineno in decimal --- bootstrap.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.fs b/bootstrap.fs index 9270f19..189f516 100644 --- a/bootstrap.fs +++ b/bootstrap.fs @@ -1944,6 +1944,7 @@ variable source-buffer-end source-buffer source-buffer-end ! \ lookup error code dup QUIT = if throw then + decimal '[' emit inputstreams @ input>file @ file>name type ':' emit inputstreams @ input>lineno @ 0 u.r ." ] "