aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-bits.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-20 09:31:10 +0545
committerMike Frysinger <vapier@gentoo.org>2015-06-21 13:33:27 -0400
commit618b526e31d3df71e9526a0753271624a568564e (patch)
tree46637ede081e381cdb3f4ceff69a40a7b3cf9c80 /sim/common/sim-bits.h
parent02db4b0a9f80505adaef9f547e8c069adfe63e36 (diff)
downloadgdb-618b526e31d3df71e9526a0753271624a568564e.zip
gdb-618b526e31d3df71e9526a0753271624a568564e.tar.gz
gdb-618b526e31d3df71e9526a0753271624a568564e.tar.bz2
sim: common: standardize multiple include defines
We use SIM_xxx_H in most headers, so convert _SIM_xxx_H_ over to it.
Diffstat (limited to 'sim/common/sim-bits.h')
-rw-r--r--sim/common/sim-bits.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/common/sim-bits.h b/sim/common/sim-bits.h
index a742e6d..fb6a821 100644
--- a/sim/common/sim-bits.h
+++ b/sim/common/sim-bits.h
@@ -20,8 +20,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef _SIM_BITS_H_
-#define _SIM_BITS_H_
+#ifndef SIM_BITS_H
+#define SIM_BITS_H
/* Bit manipulation routines:
@@ -605,4 +605,4 @@ INLINE_SIM_BITS(unsigned_word) MSSEXT (signed_word val, int sign_bit);
#include "sim-bits.c"
#endif
-#endif /* _SIM_BITS_H_ */
+#endif /* SIM_BITS_H */