aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-05-29 16:16:01 +0000
committerRichard Stallman <rms@gnu.org>1993-05-29 16:16:01 +0000
commit71ae9cc6ce74e853c802bb5ec8dad7704f53ce41 (patch)
treeeac842bc375aa75b02412e08b035835e3fa5c871
parent3ee1e240fe345898bd9c30a503e87f35fe2971b6 (diff)
downloadgcc-71ae9cc6ce74e853c802bb5ec8dad7704f53ce41.zip
gcc-71ae9cc6ce74e853c802bb5ec8dad7704f53ce41.tar.gz
gcc-71ae9cc6ce74e853c802bb5ec8dad7704f53ce41.tar.bz2
Undef PC.
From-SVN: r4592
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index fbebd17..72eac9c 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 */