[gforth] / gforth / see.fs  

gforth: gforth/see.fs

Diff for /gforth/see.fs between version 1.33 and 1.34

version 1.33, Mon Nov 13 22:10:30 2000 UTC version 1.34, Sun Jan 28 17:39:33 2001 UTC
Line 99 
Line 99 
                 IF 2drop ELSE XPos +! C-Output @ IF emit ELSE drop THEN                  IF 2drop ELSE XPos +! C-Output @ IF emit ELSE drop THEN
                 THEN ;                  THEN ;
   
 DEFER .string  DEFER .string ( c-addr u n -- )
   
 [IFDEF] Green  [IFDEF] Green
 VARIABLE Colors Colors on  VARIABLE Colors Colors on
Line 492 
Line 492 
         dup cell+ swap @          dup cell+ swap @
         dup >r DoTable r> swap IF drop EXIT THEN          dup >r DoTable r> swap IF drop EXIT THEN
         Display?          Display?
         IF look 0= IF  drop dup 1 cells - @ ." <" 0 .r ." >"      IF
           look 0= IF
               drop dup 1 cells - @ ." <" 0 .r ." >"
           ELSE
               dup cell+ @ immediate-mask and
               IF
                   bl cemit  ." POSTPONE "
               THEN
               dup name>string rot wordinfo .string
           THEN
           bl cemit
         ELSE          ELSE
             dup cell+ count dup immediate-mask and          drop
             IF  bl cemit  ." POSTPONE " THEN  
             31 and rot wordinfo .string  THEN  bl cemit  
         ELSE drop  
         THEN ;          THEN ;
   
 : c-init  : c-init


Generate output suitable for use with a patch program
Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help