From 68c20b8d38cffc97e0d4f76d5e00ef4a2977778a Mon Sep 17 00:00:00 2001 From: jdp Date: Fri, 21 May 1999 04:56:32 +0000 Subject: Fix typo (#unset where #undef was meant). --- contrib/gcc/config/alpha/freebsd4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/gcc/config') 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. */ -- cgit v1.1