--- gforth/glocals.fs 1999/05/15 20:00:20 1.42 +++ gforth/glocals.fs 2000/09/23 15:06:00 1.45 @@ -1,6 +1,6 @@ \ A powerful locals implementation -\ Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -292,7 +292,7 @@ locals-types definitions postpone laddr# @ lp-offset, ; \ you may want to make comments in a locals definitions group: -' \ alias \ ( -- ) \ core-ext,block-ext backslash +' \ alias \ ( compilation 'ccc' -- ; run-time -- ) \ core-ext,block-ext backslash \G Comment till the end of the line if @code{BLK} contains 0 (i.e., \G while not loading a block), parse and discard the remainder of the \G parse area. Otherwise, parse and discard all subsequent characters @@ -324,7 +324,7 @@ also locals-types \ the returned nfa denotes a word that produces what W: produces \ !! do the whole thing without nextname drop nextname - ['] W: >name ; + ['] W: >head-noprim ; previous