mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +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:
@@ -36,8 +36,8 @@
|
||||
28-Feb-03 RMS Changed magtape device default to 0x85
|
||||
*/
|
||||
|
||||
#ifndef _ID_DEFS_H_
|
||||
#define _ID_DEFS_H_ 0
|
||||
#ifndef ID_DEFS_H_
|
||||
#define ID_DEFS_H_ 0
|
||||
|
||||
#include "sim_defs.h" /* simulator defns */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user