mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +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:
@@ -41,8 +41,8 @@
|
||||
19-May-01 RMS Added workaround for TOPS-20 V4.1 boot bug
|
||||
*/
|
||||
|
||||
#ifndef _PDP10_DEFS_H_
|
||||
#define _PDP10_DEFS_H_ 0
|
||||
#ifndef PDP10_DEFS_H_
|
||||
#define PDP10_DEFS_H_ 0
|
||||
|
||||
#ifndef VM_PDP10
|
||||
#define VM_PDP10 0
|
||||
|
||||
Reference in New Issue
Block a user