summaryrefslogtreecommitdiff
path: root/distrib/crunch
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1999-06-09 02:24:42 +0000
committerJason Wright <jason@cvs.openbsd.org>1999-06-09 02:24:42 +0000
commit38ff7e03c62fee150692468534efbd5545d77c4a (patch)
tree301f07eaf3abe17c72eb4ad8f3a0a4934366ab7e /distrib/crunch
parent16e2072928c5fbdc50c566c87e6e6e392e99c380 (diff)
__sparc -> __sparc__
Diffstat (limited to 'distrib/crunch')
-rw-r--r--distrib/crunch/crunchide/crunchide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/crunch/crunchide/crunchide.c b/distrib/crunch/crunchide/crunchide.c
index 4b3f867f1af..984c92c0fe8 100644
--- a/distrib/crunch/crunchide/crunchide.c
+++ b/distrib/crunch/crunchide/crunchide.c
@@ -211,7 +211,7 @@ struct nlist *symbase;
#define IS_GLOBAL_DEFINED(sp) \
(((sp)->n_type & N_EXT) && ((sp)->n_type & N_TYPE) != N_UNDF)
-#ifdef __sparc
+#ifdef __sparc__
/* is the relocation entry dependent on a symbol? */
#define IS_SYMBOL_RELOC(rp) \
((rp)->r_extern || \