mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +00:00
Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32
This commit is contained in:
@@ -63,8 +63,8 @@
|
||||
------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef _SIM_ETHER_H
|
||||
#define _SIM_ETHER_H
|
||||
#ifndef SIM_ETHER_H
|
||||
#define SIM_ETHER_H
|
||||
|
||||
#include "sim_defs.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user