[gforth] / gforth / glocals.fs  

gforth: gforth/glocals.fs

Diff for /gforth/glocals.fs between version 1.40 and 1.41

version 1.40, Tue Mar 23 20:24:18 1999 UTC version 1.41, Mon May 3 09:46:20 1999 UTC
Line 300 
Line 300 
   
 ' ( alias ( ( compilation 'ccc<close-paren>' -- ; run-time -- ) \ core,file     paren  ' ( alias ( ( compilation 'ccc<close-paren>' -- ; run-time -- ) \ core,file     paren
 \G Comment: parse and discard all subsequent characters in the parse  \G Comment: parse and discard all subsequent characters in the parse
 \G area until "@code{)}" is encountered. During interactive input, an end-of-line  \G area until ")" is encountered. During interactive input, an end-of-line
 \G also acts as a comment terminator. For file input, it does not; if the  \G also acts as a comment terminator. For file input, it does not; if the
 \G end-of-file is encountered whilst parsing for the "@code{)}" delimiter, Gforth  \G end-of-file is encountered whilst parsing for the ")" delimiter, Gforth
 \G will generate a warning.  \G will generate a warning.
 immediate  immediate
   
Line 335 
Line 335 
 ' drop A, \ rehash method  ' drop A, \ rehash method
 ' drop A,  ' drop A,
   
 slowvoc @  new-locals-map mappedwordlist Constant new-locals-wl
 slowvoc on  
 vocabulary new-locals  \ slowvoc @
 slowvoc !  \ slowvoc on
 new-locals-map ' new-locals >body wordlist-map A! \ !! use special access words  \ vocabulary new-locals
   \ slowvoc !
   \ new-locals-map ' new-locals >body wordlist-map A! \ !! use special access words
   
 variable old-dpp  variable old-dpp
   
Line 348 
Line 350 
     dp old-dpp !      dp old-dpp !
     locals-dp dpp !      locals-dp dpp !
     lastxt get-current      lastxt get-current
     also new-locals      get-order new-locals-wl swap 1+ set-order
     also locals definitions locals-types      also locals definitions locals-types
     0 TO locals-wordlist      0 TO locals-wordlist
     0 postpone [ ; immediate      0 postpone [ ; immediate


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help