From b2b94bb5024bdf47f8e56570e2e706b036689195 Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Fri, 14 May 1999 19:00:38 +0000 Subject: [PATCH] Slight not-exactly-bug-but-useful-as-example-code fix. --- share/examples/bootforth/loader.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/examples/bootforth/loader.rc b/share/examples/bootforth/loader.rc index b0fd9ca3035..ef0f96063fa 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