diff options
Diffstat (limited to 'sim/common/sim-assert.h')
-rw-r--r-- | sim/common/sim-assert.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/sim-assert.h b/sim/common/sim-assert.h index eaaf791..e7ccd52 100644 --- a/sim/common/sim-assert.h +++ b/sim/common/sim-assert.h @@ -18,8 +18,8 @@ */ -#ifndef _SIM_ASSERT_H_ -#define _SIM_ASSERT_H_ +#ifndef SIM_ASSERT_H +#define SIM_ASSERT_H #define SIM_FILTER_PATH(FILE, PATH) \ do \ |