diff options
Diffstat (limited to 'sim/common/sim-basics.h')
-rw-r--r-- | sim/common/sim-basics.h | 6 |
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 */ |