--- gforth/prims2x.fs 2002/12/31 14:50:53 1.126 +++ gforth/prims2x.fs 2003/01/19 23:35:30 1.128 @@ -1,6 +1,6 @@ \ converts primitives to, e.g., C code -\ Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc. +\ Copyright (C) 1995-2003 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -935,7 +935,7 @@ variable tail-nextp2 \ xt to execute for \ cr ; : output-label ( -- ) - ." INST_ADDR(" prim prim-c-name 2@ type ." )" cr ; + ." INST_ADDR(" prim prim-c-name 2@ type ." )," cr ; : output-alias ( -- ) ( primitive-number @ . ." alias " ) ." Primitive " prim prim-name 2@ type cr ;