move FSEEK definition from os-genuinx.h to os-unix.h
parent
34c8e07900
commit
4f3e8be3f6
|
@ -1,6 +1,5 @@
|
||||||
#define DLLEXPORT
|
#define DLLEXPORT
|
||||||
#define NULL_DLL NULL
|
#define NULL_DLL NULL
|
||||||
#define FSEEK fseeko
|
|
||||||
|
|
||||||
void c_to_factor_toplevel(CELL quot);
|
void c_to_factor_toplevel(CELL quot);
|
||||||
void init_signals(void);
|
void init_signals(void);
|
||||||
|
|
|
@ -23,6 +23,8 @@ typedef char F_SYMBOL;
|
||||||
#define STRNCMP strncmp
|
#define STRNCMP strncmp
|
||||||
#define STRDUP strdup
|
#define STRDUP strdup
|
||||||
|
|
||||||
|
#define FSEEK fseeko
|
||||||
|
|
||||||
#define FIXNUM_FORMAT "%ld"
|
#define FIXNUM_FORMAT "%ld"
|
||||||
#define CELL_FORMAT "%lu"
|
#define CELL_FORMAT "%lu"
|
||||||
#define CELL_HEX_FORMAT "%lx"
|
#define CELL_HEX_FORMAT "%lx"
|
||||||
|
|
Loading…
Reference in New Issue