aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-basics.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-basics.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-basics.h')
-rw-r--r--sim/common/sim-basics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/common/sim-basics.h b/sim/common/sim-basics.h
index 2730569..1d9c99c 100644
--- a/sim/common/sim-basics.h
+++ b/sim/common/sim-basics.h
@@ -20,8 +20,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef _SIM_BASICS_H_
-#define _SIM_BASICS_H_
+#ifndef SIM_BASICS_H
+#define SIM_BASICS_H
/* Basic configuration */
@@ -146,4 +146,4 @@ typedef enum {
weight objects, such as core and events, are defined in the more
serious sim-base.h header. */
-#endif /* _SIM_BASICS_H_ */
+#endif /* SIM_BASICS_H */