summaryrefslogtreecommitdiff
path: root/usr.bin/pcc/i386
diff options
context:
space:
mode:
authorAnders Magnusson <ragge@cvs.openbsd.org>2007-11-17 12:00:38 +0000
committerAnders Magnusson <ragge@cvs.openbsd.org>2007-11-17 12:00:38 +0000
commit0d9bbab50d4ee8446898ec80a318245a50ec3c38 (patch)
tree34dbf2333df047eb12dc5928de40c7eb545c6e56 /usr.bin/pcc/i386
parent97676e492490b3a90e790dc7077f8ddc269c942c (diff)
Updates from master repo:
Replace ugly target macros with function calls (gmcgarry).
Diffstat (limited to 'usr.bin/pcc/i386')
-rw-r--r--usr.bin/pcc/i386/macdefs.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/pcc/i386/macdefs.h b/usr.bin/pcc/i386/macdefs.h
index e6345c33314..436b511152e 100644
--- a/usr.bin/pcc/i386/macdefs.h
+++ b/usr.bin/pcc/i386/macdefs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: macdefs.h,v 1.2 2007/10/27 14:14:14 ragge Exp $ */
+/* $OpenBSD: macdefs.h,v 1.3 2007/11/17 12:00:37 ragge Exp $ */
/*
* Copyright (c) 2003 Anders Magnusson (ragge@ludd.luth.se).
* All rights reserved.
@@ -127,8 +127,6 @@ typedef long long OFFSZ;
#define BACKAUTO /* stack grows negatively for automatics */
#define BACKTEMP /* stack grows negatively for temporaries */
-#define MYP2TREE(p) myp2tree(p);
-
#undef FIELDOPS /* no bit-field instructions */
#define RTOLBYTES /* bytes are numbered right to left */
@@ -296,10 +294,6 @@ int COLORMAP(int c, int *r);
#define FPREG EBP /* frame pointer */
#define STKREG ESP /* stack pointer */
-#define MYREADER(p) myreader(p)
-#define MYCANON(p) mycanon(p)
-#define MYOPTIM
-
#define SHSTR (MAXSPECIAL+1) /* short struct */
#define SFUNCALL (MAXSPECIAL+2) /* struct assign after function call */
#define SPCON (MAXSPECIAL+3) /* positive nonnamed constant */