mirror of
https://github.com/open-simh/simh.git
synced 2026-05-05 07:33:56 +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:
@@ -40,8 +40,8 @@
|
||||
// addresses of the DZ and DMC.
|
||||
|
||||
|
||||
#ifndef _PDP11_DMC_H
|
||||
#define _PDP11_DMC_H
|
||||
#ifndef PDP11_DMC_H
|
||||
#define PDP11_DMC_H
|
||||
|
||||
#if defined (VM_VAX) /* VAX version */
|
||||
#include "vax_defs.h"
|
||||
|
||||
Reference in New Issue
Block a user