mirror of
https://github.com/PDP-10/klh10.git
synced 2026-05-05 15:33:20 +00:00
Work around another couple of "nested comment" warning.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* CMDLINE.H - header file for command line processing functions
|
/* CMDLINE.H - header file for command line processing functions
|
||||||
*/
|
*/
|
||||||
/* Copyright © 1992, 1993, 2001 Kenneth L. Harrenstien
|
/* Copyright © 1992, 1993, 2001 Kenneth L. Harrenstien
|
||||||
/* Copyright © 2017 Olaf Seibert
|
** Copyright © 2017 Olaf Seibert
|
||||||
** All Rights Reserved
|
** All Rights Reserved
|
||||||
**
|
**
|
||||||
** This file is part of the KLH10 Distribution. Use, modification, and
|
** This file is part of the KLH10 Distribution. Use, modification, and
|
||||||
|
|||||||
@@ -893,7 +893,7 @@ ch11_write(struct device *d, uint18 addr, register dvureg_t val)
|
|||||||
chaos_start(ch);
|
chaos_start(ch);
|
||||||
|
|
||||||
switch (addr) {
|
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_CHRBF: /* Read buffer (read only) */
|
||||||
case UB_CHRBC: /* Receive bit counter (read only) */
|
case UB_CHRBC: /* Receive bit counter (read only) */
|
||||||
case UB_CHXMT: /* Initiate transmit (read only) */
|
case UB_CHXMT: /* Initiate transmit (read only) */
|
||||||
|
|||||||
Reference in New Issue
Block a user