diff options
| author | Markus Armbruster <armbru@redhat.com> | 2022-05-06 15:49:10 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2022-05-11 16:50:26 +0200 |
| commit | 4f31b54bfe52c72be9c17c158b38924e6cefcd0f (patch) | |
| tree | 6422965c04bc6f0e2366f4a9a938a211ae38fa53 /target/sparc/cpu-param.h | |
| parent | 9c0928045ce4b97fc59cb285b7a4b559d21e5da0 (diff) | |
| download | focaccia-qemu-4f31b54bfe52c72be9c17c158b38924e6cefcd0f.tar.gz focaccia-qemu-4f31b54bfe52c72be9c17c158b38924e6cefcd0f.zip | |
Normalize header guard symbol definition
We commonly define the header guard symbol without an explicit value. Normalize the exceptions. Done with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20220506134911.2856099-4-armbru@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/sparc/cpu-param.h')
| -rw-r--r-- | target/sparc/cpu-param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/sparc/cpu-param.h b/target/sparc/cpu-param.h index 4746d89411..72ddc4a34f 100644 --- a/target/sparc/cpu-param.h +++ b/target/sparc/cpu-param.h @@ -5,7 +5,7 @@ */ #ifndef SPARC_CPU_PARAM_H -#define SPARC_CPU_PARAM_H 1 +#define SPARC_CPU_PARAM_H #ifdef TARGET_SPARC64 # define TARGET_LONG_BITS 64 |