mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
Fix needed for compile on VAX/VMS
This commit is contained in:
parent
c93f9085df
commit
8ac73b39e5
@ -77,6 +77,11 @@ UNIT sim_throt_unit = { UDATA (&sim_throt_svc, 0, 0) };
|
||||
|
||||
#if defined (__VAX)
|
||||
#define sys$gettim SYS$GETTIM
|
||||
#define sys$setimr SYS$SETIMR
|
||||
#define lib$emul LIB$EMUL
|
||||
#define sys$waitfr SYS$WAITFR
|
||||
#define lib$subx LIB$SUBX
|
||||
#define lib$ediv LIB$EDIV
|
||||
#endif
|
||||
|
||||
#include <starlet.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user