From 264f070a1d533c0c3d3bdbc04e8d784fbb2d71e2 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 21 Sep 1996 07:10:51 -0400 Subject: [PATCH] (USER_LABEL_PREFIX): Undefine. From-SVN: r12756 --- gcc/config/rs6000/lynx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/rs6000/lynx.h b/gcc/config/rs6000/lynx.h index db2c0bb97f55..e2fe6339fe45 100644 --- a/gcc/config/rs6000/lynx.h +++ b/gcc/config/rs6000/lynx.h @@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA. */ #undef EXTRA_SECTION_FUNCTIONS #undef SELECT_RTX_SECTION #undef SELECT_SECTION +#undef USER_LABEL_PREFIX #undef ASM_OUTPUT_LABELREF #undef ASM_OUTPUT_INTERNAL_LABEL #undef ASM_GENERATE_INTERNAL_LABEL -- 2.43.5