From 71ae9cc6ce74e853c802bb5ec8dad7704f53ce41 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 29 May 1993 16:16:01 +0000 Subject: [PATCH] Undef PC. From-SVN: r4592 --- gcc/rtl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/rtl.h b/gcc/rtl.h index fbebd17f655..72eac9cf880 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -23,6 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef FFS /* Some systems predefine this symbol; don't let it interfere. */ #undef FLOAT /* Likewise. */ #undef ABS /* Likewise. */ +#undef PC /* Likewise. */ /* Register Transfer Language EXPRESSIONS CODES */ -- 2.30.2