mirror of
https://github.com/open-simh/simh.git
synced 2026-05-04 23:25:46 +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:
@@ -39,8 +39,8 @@
|
||||
in answering questions, gathering source material, and debugging.
|
||||
*/
|
||||
|
||||
#ifndef _I1401_DEFS_H_
|
||||
#define _I1401_DEFS_H_ 0
|
||||
#ifndef I1401_DEFS_H_
|
||||
#define I1401_DEFS_H_ 0
|
||||
|
||||
#include "sim_defs.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user