Comment tokens after #undef <macroname> and #endif.
Reported by: gcc30
This commit is contained in:
parent
8ed2558536
commit
550cf26594
@ -542,4 +542,4 @@ struct amr_passthrough
|
||||
#define AMR_SGET_INITTARG(sc) bus_space_read_1 (sc->amr_btag, sc->amr_bhandle, AMR_SMBOX_ENABLE + 3)
|
||||
#endif
|
||||
|
||||
#endif _KERNEL
|
||||
#endif /* _KERNEL */
|
||||
|
@ -10186,10 +10186,10 @@ out:
|
||||
return retv;
|
||||
}
|
||||
|
||||
#undef SET_BIT 0
|
||||
#undef CLR_BIT 1
|
||||
#undef SET_CLK 2
|
||||
#undef CLR_CLK 3
|
||||
#undef SET_BIT /* 0 */
|
||||
#undef CLR_BIT /* 1 */
|
||||
#undef SET_CLK /* 2 */
|
||||
#undef CLR_CLK /* 3 */
|
||||
|
||||
/*
|
||||
* Try reading Symbios NVRAM.
|
||||
|
Loading…
x
Reference in New Issue
Block a user