1
0
mirror of https://github.com/simh/simh.git synced 2026-02-18 05:24:41 +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

@@ -829,4 +829,6 @@ switch (mode) {
}
}
#endif /* !VAX_620 */
#else /* defined(VAX_620) */
static char *dummy_declaration = "Something to compile";
#endif /* !defined(VAX_620) */

View File

@@ -1097,4 +1097,6 @@ char *vc_description (DEVICE *dptr)
return "VCB01 Monochrome Graphics Adapter";
}
#endif /* !VAX_620 */
#else /* defined(VAX_620) */
static char *dummy_declaration = "Something to compile";
#endif /* !defined(VAX_620) */

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) */