diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2011-12-11 11:23:15 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-12-11 11:23:15 +0000 |
commit | 8d2c862dfe1a28c9c5aacde1e3f9fd3d8d38a76f (patch) | |
tree | 38353e2a32b5c923b124c6d8bebe86f212121e03 /libgcc/config | |
parent | cce30ea89cd30aab0b37a0b09ec56a4107fcc773 (diff) | |
download | gcc-8d2c862dfe1a28c9c5aacde1e3f9fd3d8d38a76f.zip gcc-8d2c862dfe1a28c9c5aacde1e3f9fd3d8d38a76f.tar.gz gcc-8d2c862dfe1a28c9c5aacde1e3f9fd3d8d38a76f.tar.bz2 |
* config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
From-SVN: r182204
Diffstat (limited to 'libgcc/config')
-rw-r--r-- | libgcc/config/sparc/sol2-unwind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/sparc/sol2-unwind.h b/libgcc/config/sparc/sol2-unwind.h index 129405e..54a97b0 100644 --- a/libgcc/config/sparc/sol2-unwind.h +++ b/libgcc/config/sparc/sol2-unwind.h @@ -29,7 +29,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include <sys/frame.h> #include <sys/stack.h> -#if defined(__arch64__) +#ifdef __arch64__ #define IS_SIGHANDLER sparc64_is_sighandler |