[gforth] / gforth / Attic / errore.fs  

gforth: gforth/Attic/errore.fs

Diff for /gforth/Attic/errore.fs between version 1.7 and 1.8

version 1.7, Tue Nov 7 18:06:38 1995 UTC version 1.8, Tue Jul 16 20:57:07 1996 UTC
Line 23 
Line 23 
 \ and deleting. Speed is not neccassary at this point.  \ and deleting. Speed is not neccassary at this point.
   
 AVARIABLE ErrLink              \ Linked list entry point  AVARIABLE ErrLink              \ Linked list entry point
 0 ErrLink !  NIL ErrLink !
   
 : ERR" ( n -- )  : ERR" ( n -- )
        ErrLink linked         ErrLink linked
        ,         ,
        [char] " word count         [char] " parse
        string, align ;         string, align ;
   
 decimal  decimal
   
 -1 ERR" Aborted"  -1 ERR" Aborted"
 ErrLink @ unlock reloff lock \ make sure that the terminating 0 is not relocated  
 -3 ERR" Stack overflow"                 -4 ERR" Stack underflow"  -3 ERR" Stack overflow"                 -4 ERR" Stack underflow"
 -5 ERR" Return stack overflow"          -6 ERR" Return stack undeflow"  -5 ERR" Return stack overflow"          -6 ERR" Return stack undeflow"
 -7 ERR" Do-loops nested too deeply"     -8 ERR" Dictionary overflow"  -7 ERR" Do-loops nested too deeply"     -8 ERR" Dictionary overflow"


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help