mirror of
https://github.com/PDP-10/klh10.git
synced 2026-02-09 01:31:33 +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
|
||||
*/
|
||||
/* 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
|
||||
|
||||
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user