mirror of
https://github.com/simh/simh.git
synced 2026-01-27 04:22:24 +00:00
various: Fixed nested comments
This commit is contained in:
@@ -94,8 +94,8 @@ ind[IN_INC] = 0; /* clear inq clear */
|
||||
switch (mod) { /* case on mod */
|
||||
|
||||
case BCD_R: /* input */
|
||||
/* if (ind[IN_INR] == 0)
|
||||
/* return SCPE_OK; /* return if no req */
|
||||
// if (ind[IN_INR] == 0)
|
||||
// return SCPE_OK; /* return if no req */
|
||||
ind[IN_INR] = 0; /* clear req */
|
||||
inq_puts ("[Enter]\r\n"); /* prompt */
|
||||
for (i = 0; M[BS] != (BCD_GRPMRK + WM); i++) { /* until GM + WM */
|
||||
|
||||
Reference in New Issue
Block a user