diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-06-20 09:31:10 +0545 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-06-21 13:33:27 -0400 |
commit | 618b526e31d3df71e9526a0753271624a568564e (patch) | |
tree | 46637ede081e381cdb3f4ceff69a40a7b3cf9c80 /sim/common/sim-alu.h | |
parent | 02db4b0a9f80505adaef9f547e8c069adfe63e36 (diff) | |
download | gdb-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-alu.h')
-rw-r--r-- | sim/common/sim-alu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/sim-alu.h b/sim/common/sim-alu.h index c78b473..0cd5aad 100644 --- a/sim/common/sim-alu.h +++ b/sim/common/sim-alu.h @@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _SIM_ALU_H_ -#define _SIM_ALU_H_ +#ifndef SIM_ALU_H +#define SIM_ALU_H #include "symcat.h" |