From 55081da386f06d3e69604aea5c80dbc2544ea1cb Mon Sep 17 00:00:00 2001 From: Kamil Zbrog Date: Fri, 31 Mar 2017 22:10:55 +0200 Subject: [PATCH] Proper names for internal boost/basewords texts --- foco65 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foco65 b/foco65 index b1afdad..37db80a 100755 --- a/foco65 +++ b/foco65 @@ -1972,8 +1972,8 @@ with open(args.file, "rt") as f: f = Forth(args.sections.split(",")) try: - f.parse_input(Input(boot_text % boot_params), "boot_text % boot_params") - f.parse_input(Input(basewords_text), "basewords_text") + f.parse_input(Input(boot_text % boot_params), "foco65(boot_text)") + f.parse_input(Input(basewords_text), "foco65(basewords_text)") f.parse_input(Input(text), args.file) print f.generate_output() except (ParseError, StackUnderflow, StackNotEmpty) as e: