1
0
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:
Mark Pizzolato
2018-06-03 18:44:55 -07:00
parent f6654c0549
commit 140ab5b350
8 changed files with 20 additions and 16 deletions

View File

@@ -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 */