summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i128accel.c2
-rw-r--r--src/i128exa.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/i128accel.c b/src/i128accel.c
index ae8dac7..09c160a 100644
--- a/src/i128accel.c
+++ b/src/i128accel.c
@@ -68,6 +68,7 @@ static void I128ScreenToScreenBitBlt(ScrnInfoPtr pScrn, int nbox,
#define ENG_DONE() { while (pI128->mem.rbase_a[FLOW] & (FLOW_DEB | FLOW_MCB | FLOW_PRV)) ;}
+#ifdef HAVE_XAA_H
/* pre-shift rops and just or in as needed */
static const CARD32 i128alu[16] =
@@ -93,6 +94,7 @@ static const CARD32 i128alu[16] =
static const int min_size[] = { 0x62, 0x32, 0x1A, 0x00 };
static const int max_size[] = { 0x80, 0x40, 0x20, 0x00 };
static const int split_size[] = { 0x20, 0x10, 0x08, 0x00 };
+#endif
void
diff --git a/src/i128exa.c b/src/i128exa.c
index 94eb6ef..bc37a87 100644
--- a/src/i128exa.c
+++ b/src/i128exa.c
@@ -447,11 +447,11 @@ struct dest_format {
int i128_format;
};
+#if 0
static const struct dest_format dest_formats[] = {
{ 0, 0 }
};
-#if 0
static struct dest_format *
i128MapDestFormat(int fmt)
{