--- gforth/prims2cl.fs 1999/03/02 15:50:04 1.1 +++ gforth/prims2cl.fs 2000/09/23 15:06:02 1.3 @@ -1,6 +1,6 @@ \ prims2cl.fs Primitives to c-library code -\ Copyright (C) 1998 Free Software Foundation, Inc. +\ Copyright (C) 1998,1999 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -51,7 +51,7 @@ Create InputFile 130 chars allot .\ #undef IF_TOS .\ #define IF_TOS(x) .\ #undef NEXT_P2 - .\ #define NEXT_P2 return + .\ #define NEXT_P2 .\ #undef NEXT_P1 .\ #define NEXT_P1 .\ #undef NEXT_P0 @@ -63,11 +63,6 @@ Create InputFile 130 chars allot .\ #undef I_ .\ #define I_ I_ .\ - .\ extern int *FP; - .\ extern int *SP; - .\ #define sp SP - .\ #define fp FP - .\ .\ #define NAME_LEN 32 .\ #define NULL 0 .\