--- gforth/prims2cl.fs 2007/12/31 18:40:24 1.8 +++ gforth/prims2cl.fs 2012/03/13 19:33:31 1.10 @@ -1,6 +1,6 @@ \ prims2cl.fs Primitives to c-library code -\ Copyright (C) 1998,1999,2001,2003 Free Software Foundation, Inc. +\ Copyright (C) 1998,1999,2001,2003,2007 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -42,8 +42,6 @@ Create InputFile 130 chars allot : c-header .\ #include "engine/forth.h" - .\ extern char *cstr(Char *from, UCell size, int clear); - .\ extern char *tilde_cstr(Char *from, UCell size, int clear); .\ .\ #undef TOS .\ #define TOS sp[0]