mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +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:
@@ -34,11 +34,11 @@
|
||||
* from the authors.
|
||||
*/
|
||||
|
||||
#ifndef _SIM_DEFS_H_
|
||||
#ifndef SIM_DEFS_H_
|
||||
typedef unsigned short uint16;
|
||||
typedef long int32;
|
||||
typedef unsigned long uint32;
|
||||
#endif /* _SIM_DEFS_H_ */
|
||||
#endif /* SIM_DEFS_H_ */
|
||||
|
||||
/*
|
||||
* VT11 jumpers control character spacing; VS60 always uses VT11 normal.
|
||||
|
||||
Reference in New Issue
Block a user