commit | bee1653593b39ac85b45a057bb8c22dc1489cf6a | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat Apr 19 00:15:40 2014 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed May 21 11:12:56 2014 +0200 |
tree | 2355e0f097308eacc50718e97f1c21055b79b47c | |
parent | 47fa0c0251413db66a9018fbac6f6266201195ae [diff] |
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>