move FSEEK definition from os-genuinx.h to os-unix.h

db4
Doug Coleman 2009-04-03 12:26:04 -05:00
parent 34c8e07900
commit 4f3e8be3f6
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#define DLLEXPORT
#define NULL_DLL NULL
#define FSEEK fseeko
void c_to_factor_toplevel(CELL quot);
void init_signals(void);

View File

@ -23,6 +23,8 @@ typedef char F_SYMBOL;
#define STRNCMP strncmp
#define STRDUP strdup
#define FSEEK fseeko
#define FIXNUM_FORMAT "%ld"
#define CELL_FORMAT "%lu"
#define CELL_HEX_FORMAT "%lx"