Update of /cvsroot/win32forth/win32forth/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15202/win32forth/src
Modified Files:
CLASSDBG.F
Log Message:
gah: Tidied up search order so added vocabularies are removed.
Index: CLASSDBG.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/CLASSDBG.F,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** CLASSDBG.F 4 Feb 2006 16:12:24 -0000 1.8
--- CLASSDBG.F 10 Jun 2006 13:17:24 -0000 1.9
***************
*** 37,42 ****
--- 37,46 ----
2dup upper method-hash #matches ;
+ previous
+
external
+ also classes
+
\ *S Glossary
***************
*** 108,112 ****
MODULE
! classes also hidden also bug also
\ GetMethod and [GetMethod] have been moved to Class.f
--- 112,116 ----
MODULE
! also classes also hidden also bug
\ GetMethod and [GetMethod] have been moved to Class.f
***************
*** 136,139 ****
--- 140,144 ----
>in @ mdebug >in ! ;
+ previous previous previous
\ *Z
|