--- gforth/fflib.fs 2008/07/13 19:20:54 1.22 +++ gforth/fflib.fs 2008/07/29 09:01:44 1.24 @@ -1,6 +1,6 @@ \ lib.fs shared library support package 16aug03py -\ Copyright (C) 1995,1996,1997,1998,2000,2003,2005,2006,2007 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,2000,2003,2005,2006,2007,2008 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -31,8 +31,6 @@ s" callback" add-lib \c static double drv; \c static long long llrv; \c static void * prv; -\c static Cell *gforth_RP; -\c static char *gforth_LP; \c typedef void *Label; \c typedef Label *Xt; \c Label *gforth_engine(Xt *ip, Cell *sp, Cell *rp0, Float *fp, char *lp);