diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-29 04:13:44 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-29 04:13:44 +0100 |
commit | 1eb972606ddbdf0d17e4bc08bf06cfd78b1a143f (patch) | |
tree | 25958711f3365b918225a13567309860403e6c27 /render | |
parent | 85792218b05cb41d7dd4696443a4fdd6c16e1817 (diff) | |
download | mupdf-1eb972606ddbdf0d17e4bc08bf06cfd78b1a143f.tar.xz |
create meta node for patterns. factor out pdf_torect and pdf_tomatrix.
Diffstat (limited to 'render')
-rw-r--r-- | render/rastppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/rastppc.c b/render/rastppc.c index 276ee2d7..b693b2d7 100644 --- a/render/rastppc.c +++ b/render/rastppc.c @@ -15,7 +15,7 @@ fz_accelrastfuncs(fz_rastfuncs *tab) # ifdef HAVE_ALTIVEC if (fz_cpuflags & HAVE_ALTIVEC) { - puts("installed altivec rastfuncs"); + /* ... */ } # endif } |