--- gforth/kernel/comp.fs 1998/11/22 21:23:27 1.4 +++ gforth/kernel/comp.fs 1998/11/22 21:44:05 1.5 @@ -191,7 +191,7 @@ DOES> \g interpretation semantics. ' postpone ALiteral ; immediate restrict -: COMP' ( "name" -- w xt ) \ gforth c-tick +: COMP' ( "name" -- w xt ) \ gforth comp-tick \g @var{w xt} represents @var{name}'s compilation semantics. (') name>comp ;