1
0
mirror of https://github.com/simh/simh.git synced 2026-04-15 16:11:13 +00:00

Compiler indicated cleanups to Fix #105

This commit is contained in:
Mark Pizzolato
2014-02-05 13:44:36 -08:00
parent c9e8121c16
commit 8d09ebec8b
2 changed files with 3 additions and 4 deletions

View File

@@ -51,7 +51,6 @@ extern REG cpu_reg[];
extern uint8 M[];
extern char ascii_to_bcd_old[128], ascii_to_bcd[128];
extern char bcd_to_ascii_old[64], bcd_to_ascii_a[64], bcd_to_ascii_h[64];
extern char *get_glyph (char *cptr, char *gbuf, char term);
extern int32 store_addr_h (int32 addr);
extern int32 store_addr_t (int32 addr);
extern int32 store_addr_u (int32 addr);