1
0
mirror of https://github.com/simh/simh.git synced 2026-01-14 15:45:18 +00:00

Fix needed for compile on VAX/VMS

This commit is contained in:
Mark Pizzolato 2012-03-28 12:43:06 -07:00
parent c93f9085df
commit 8ac73b39e5

View File

@ -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>