Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIPS: math-emu: Harden ieee754int.h against multiple inclusion.
The header file had no include guards; this only happened to work because the file only contains macro definitions and protypes. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
- Loading branch information