j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2007-06-05 01:21:02 +0200 (Tue, 05 Jun 2007) New Revision: 434
Modified: forth/lib/breakpt.fth Log: Fixed single-stepping breakage resulting from no longer loading fixkbd.fth
Modified: forth/lib/breakpt.fth =================================================================== --- forth/lib/breakpt.fth 2007-06-01 22:56:19 UTC (rev 433) +++ forth/lib/breakpt.fth 2007-06-04 23:21:02 UTC (rev 434) @@ -26,7 +26,7 @@ \ nuser restartable? restartable? off
defer restart ( -- ) -defer restart-step ( -- ) +defer restart-step ( -- ) ' restart to restart-step
hidden definitions