1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-25 20:01:33 +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:
Mark Pizzolato
2013-03-12 11:07:58 -07:00
parent fb105a922f
commit d5ca542102
58 changed files with 136 additions and 136 deletions

4
scp.h
View File

@@ -34,8 +34,8 @@
02-Jan-04 RMS Split out from SCP
*/
#ifndef _SIM_SCP_H_
#define _SIM_SCP_H_ 0
#ifndef SIM_SCP_H_
#define SIM_SCP_H_ 0
/* run_cmd parameters */