1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-01-13 07:19:32 +00:00

Work around another couple of "nested comment" warning.

This commit is contained in:
Olaf Seibert 2020-08-29 22:33:12 +02:00
parent 94ec1830ca
commit 91af8d0b6b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* CMDLINE.H - header file for command line processing functions
*/
/* Copyright © 1992, 1993, 2001 Kenneth L. Harrenstien
/* Copyright © 2017 Olaf Seibert
** Copyright © 2017 Olaf Seibert
** All Rights Reserved
**
** This file is part of the KLH10 Distribution. Use, modification, and

View File

@ -893,7 +893,7 @@ ch11_write(struct device *d, uint18 addr, register dvureg_t val)
chaos_start(ch);
switch (addr) {
/* case UB_CHMYN: /* My chaos address (read only) = CHWBF */
/* case UB_CHMYN: / * My chaos address (read only) = CHWBF */
case UB_CHRBF: /* Read buffer (read only) */
case UB_CHRBC: /* Receive bit counter (read only) */
case UB_CHXMT: /* Initiate transmit (read only) */