parser.notes: Remove trailing whitespace the parser noticed.

db4
Doug Coleman 2014-10-30 16:19:30 -07:00
parent 0fea91ff94
commit 34800e2ae8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ t parser-quiet? set-global
: note. ( str -- )
parser-quiet? get [
file get [ path>> write ":" write ] when*
file get [ path>> write ":" write ] when*
lexer get [ line>> number>string write ": " write ] when*
"Note:" print dup print
] unless drop ;