From f239b397637460556efd857959dba21786d3fd9c Mon Sep 17 00:00:00 2001 From: dcs Date: Fri, 14 May 1999 19:00:38 +0000 Subject: Slight not-exactly-bug-but-useful-as-example-code fix. --- share/examples/bootforth/loader.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/examples/bootforth/loader.rc b/share/examples/bootforth/loader.rc index b0fd9ca..ef0f960 100644 --- a/share/examples/bootforth/loader.rc +++ b/share/examples/bootforth/loader.rc @@ -1,6 +1,6 @@ \ Example of the file which is automatically loaded by /boot/loader \ on startup. -\ $Id: boot.4th,v 1.1 1998/12/22 12:15:45 abial Exp $ +\ $Id: loader.rc,v 1.1 1999/05/14 18:06:27 dcs Exp $ cr .( Loading Forth extensions:) @@ -26,7 +26,7 @@ s" /boot/menuconf.4th" fopen dup fload fclose \ Initialize loader.4th stuff cr cr .( Initializing loader.4th...) -initialize +initialize drop \ Show the menu cr -- cgit v1.1