Comment tokens after #undef <macroname> and #endif.

Reported by:	gcc30
This commit is contained in:
jhb 2001-12-13 11:12:30 +00:00
parent 9b8deef993
commit 95e7caa0bd
2 changed files with 5 additions and 5 deletions

View File

@ -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 */

View File

@ -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.