debugger: Fix error message.

db4
Doug Coleman 2013-03-29 17:37:31 -07:00
parent 5759f72745
commit cc9449c5a9
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ HOOK: signal-error. os ( obj -- )
"Cannot resolve C library function" print
"Symbol: " write dup third symbol>string print
"Library: " write fourth .
"You are probably missing a library or the library path is wrong." .
"See http://concatenative.org/wiki/view/Factor/Requirements" . ;
"You are probably missing a library or the library path is wrong." print
"See http://concatenative.org/wiki/view/Factor/Requirements" print ;
: stack-underflow. ( obj name -- )
write " stack underflow" print drop ;