diff options
author | jdp <jdp@FreeBSD.org> | 1999-05-21 04:56:32 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-05-21 04:56:32 +0000 |
commit | 68c20b8d38cffc97e0d4f76d5e00ef4a2977778a (patch) | |
tree | 3ae107850d004dc43ffa8e94c655fb40a9227bce /contrib | |
parent | 386296ff7381d2424cb822f9c72a49be4c751c1b (diff) | |
download | FreeBSD-src-68c20b8d38cffc97e0d4f76d5e00ef4a2977778a.zip FreeBSD-src-68c20b8d38cffc97e0d4f76d5e00ef4a2977778a.tar.gz |
Fix typo (#unset where #undef was meant).
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gcc/config/alpha/freebsd4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/alpha/freebsd4.h b/contrib/gcc/config/alpha/freebsd4.h index d4d9b72..b55977e 100644 --- a/contrib/gcc/config/alpha/freebsd4.h +++ b/contrib/gcc/config/alpha/freebsd4.h @@ -426,7 +426,7 @@ dtors_section () \ #define TYPE_ASM_OP ".type" #undef SIZE_ASM_OP #define SIZE_ASM_OP ".size" -#unset SET_ASM_OP +#undef SET_ASM_OP #define SET_ASM_OP ".set" /* This is how we tell the assembler that two symbols have the same value. */ |