version 1.26, 2007/03/31 12:58:07
|
version 1.28, 2007/12/31 17:34:59
|
Line 2
|
Line 2
|
This is a generic file for 32-bit machines with IEEE FP arithmetic (no VMS). |
This is a generic file for 32-bit machines with IEEE FP arithmetic (no VMS). |
It only supports indirect threading. |
It only supports indirect threading. |
|
|
Copyright (C) 1995,1998,1999,2003 Free Software Foundation, Inc. |
Copyright (C) 1995,1998,1999,2003,2007 Free Software Foundation, Inc. |
|
|
This file is part of Gforth. |
This file is part of Gforth. |
|
|
Line 101 typedef void *Label;
|
Line 101 typedef void *Label;
|
#undef HAS_HASH |
#undef HAS_HASH |
#define HAS_F83HEADERSTRING |
#define HAS_F83HEADERSTRING |
#ifndef PUTC |
#ifndef PUTC |
# define PUTC(x) putc(x, stdout) |
# define PUTC(x) emit_char(x) |
#endif |
#endif |
#ifndef TYPE |
#ifndef TYPE |
# define TYPE(x, l) fwrite(x, l, 1, stdout) |
# define TYPE(x, l) type_chars(x, l) |
#endif |
#endif |
#endif |
#endif |
#define HAS_DCOMPS |
#define HAS_DCOMPS |