Comment tokens after #undef <macroname> and #endif.
Reported by: gcc30
This commit is contained in:
parent
9b8deef993
commit
95e7caa0bd
@ -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 @@ static int sym_read_S24C16_nvram (hcb_p np, int offset, u_char *data, int len)
|
||||
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…
Reference in New Issue
Block a user