1
0
mirror of https://github.com/simh/simh.git synced 2026-04-25 03:34:34 +00:00

BESM6 and VAX: Cleanup for building on VMS

This commit is contained in:
Mark Pizzolato
2015-02-12 12:32:39 -08:00
parent 3dce4e1210
commit 9accae5905
9 changed files with 63 additions and 16 deletions

View File

@@ -240,4 +240,6 @@ if (vs_state == VSXXX_IDLE) {
}
}
#endif /* !VAX_620 */
#else /* defined(VAX_620) */
static char *dummy_declaration = "Something to compile";
#endif /* !defined(VAX_620) */