diff options
Diffstat (limited to 'sysdeps/unix/sparc/sysdep.h')
-rw-r--r-- | sysdeps/unix/sparc/sysdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sparc/sysdep.h b/sysdeps/unix/sparc/sysdep.h index 576813a52c..3534048547 100644 --- a/sysdeps/unix/sparc/sysdep.h +++ b/sysdeps/unix/sparc/sysdep.h @@ -18,7 +18,7 @@ #include <sysdeps/unix/sysdep.h> -#ifdef ASSEMBLER +#ifdef __ASSEMBLER__ #ifdef NO_UNDERSCORES /* Since C identifiers are not normally prefixed with an underscore @@ -57,4 +57,4 @@ #define r1 %o1 #define MOVE(x,y) mov x, y -#endif /* ASSEMBLER */ +#endif /* __ASSEMBLER__ */ |