mirror of
https://github.com/simh/simh.git
synced 2026-05-04 23:15:23 +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:
@@ -72,8 +72,8 @@
|
||||
10-Feb-01 RMS Added DECtape support
|
||||
*/
|
||||
|
||||
#ifndef _PDP11_DEFS_H
|
||||
#define _PDP11_DEFS_H 0
|
||||
#ifndef PDP11_DEFS_H
|
||||
#define PDP11_DEFS_H 0
|
||||
|
||||
#ifndef VM_PDP11
|
||||
#define VM_PDP11 0
|
||||
|
||||
Reference in New Issue
Block a user