mirror of
https://github.com/simh/simh.git
synced 2026-01-26 20:12: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:
@@ -31,8 +31,8 @@
|
||||
02-Jan-04 RMS Removed timer routines, added Telnet console routines
|
||||
*/
|
||||
|
||||
#ifndef _SIM_CONSOLE_H_
|
||||
#define _SIM_CONSOLE_H_ 0
|
||||
#ifndef SIM_CONSOLE_H_
|
||||
#define SIM_CONSOLE_H_ 0
|
||||
|
||||
#define TTUF_V_MODE (UNIT_V_UF + 0)
|
||||
#define TTUF_W_MODE 2
|
||||
|
||||
Reference in New Issue
Block a user