--- gforth/arch/generic/machine.h 1997/09/01 23:08:23 1.1 +++ gforth/arch/generic/machine.h 1998/07/05 20:50:02 1.2 @@ -30,6 +30,12 @@ typedef double DFloat; /* the IEEE single precision type */ typedef float SFloat; +/* define SYSCALL */ + +#ifndef SYSCALL +#define SYSCALL +#endif + #ifndef USE_FTOS #ifndef USE_NO_FTOS /* keep top of FP stack in register. Since most processors have FP