[openfirmware] r859 - forth/lib

svn at openfirmware.info svn at openfirmware.info
Thu Jul 24 00:51:44 CEST 2008


Author: wmb
Date: 2008-07-24 00:51:44 +0200 (Thu, 24 Jul 2008)
New Revision: 859

Modified:
   forth/lib/decomp.fth
Log:
Decompiler - move install-decomp from the hidden vocabulary to
the forth vocabulary so [ifdef] can see it.  This fixes the
problem where the debugger displays just "to" instead of
"to <wordname>" for some kinds of objects.


Modified: forth/lib/decomp.fth
===================================================================
--- forth/lib/decomp.fth	2008-07-23 19:57:18 UTC (rev 858)
+++ forth/lib/decomp.fth	2008-07-23 22:51:44 UTC (rev 859)
@@ -381,6 +381,7 @@
 ;
 
 headers
+also forth definitions
 : install-decomp  ( literal-acf display-acf skip-acf -- )
    ['] dummy ['] do-scan          (patch
    ['] dummy ['] .execution-class (patch
@@ -388,6 +389,7 @@
 	       dup [ #decomp-classes ] literal ta+ tsearch
    drop token!
 ;
+previous definitions
 headerless
 
 \ Scan the parameter field of a colon definition and determine the




More information about the openfirmware mailing list