--- gforth/kernel/int.fs 2000/07/15 19:58:48 1.50 +++ gforth/kernel/int.fs 2000/08/09 20:04:07 1.51 @@ -190,7 +190,7 @@ const Create bases 10 , 2 , A , 10 \G by cross.fs which doesn't have the same functionalty as makedoc.fs [char] ) parse 2drop ; immediate -: \ ( -- ) \ thisone- core-ext,block-ext backslash +: \ ( compilation 'ccc' -- ; run-time -- ) \ thisone- core-ext,block-ext backslash \G ** this will not get annotated. The alias in glocals.fs will instead ** \G It does not work to use "wordset-" prefix since this file is glossed \G by cross.fs which doesn't have the same functionalty as makedoc.fs @@ -203,7 +203,7 @@ const Create bases 10 , 2 , A , 10 [ [THEN] ] source >in ! drop ; immediate -: \G ( -- ) \ gforth backslash-gee +: \G ( compilation 'ccc' -- ; run-time -- ) \ gforth backslash-gee \G Equivalent to @code{\} but used as a tag to annotate definition \G comments into documentation. POSTPONE \ ; immediate