mirror of
https://github.com/simh/simh.git
synced 2026-04-13 23:44:44 +00:00
Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules.
This commit is contained in:
@@ -46,8 +46,6 @@
|
||||
#include "sim_sock.h"
|
||||
#include <signal.h>
|
||||
|
||||
extern FILE *sim_log;
|
||||
|
||||
#if defined(AF_INET6) && defined(_WIN32)
|
||||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user