summaryrefslogtreecommitdiff
path: root/pxl/pxptable.h
diff options
context:
space:
mode:
authorRalph Giles <ralph.giles@artifex.com>2006-09-07 00:37:18 +0000
committerRalph Giles <ralph.giles@artifex.com>2006-09-07 00:37:18 +0000
commitb71fa6e82d9df223f8aa9ef6ef7807b1a45fee76 (patch)
tree014ef529f92d95605913fb66b52483b6bf9ab8bd /pxl/pxptable.h
parent71f00fabef54048d9bc0d6ef725e5884098eabac (diff)
Merge the gs853merge branch down into the trunk. This ports ghostpcl and
ghostxps to build against a branch of ghostscript close it its current mainline (around r7000) between Ghostscript 8.54 and 8.55. This mostly consists of removing the memory pointers from many calls as well as a few other api changes, as well as some makefile updates, which were skewed between the branches. Nevertheless this is a big merge and there are likely to be a few mistakes. The previous trunk is tagged as /tags/ghostpcl-pre855merge for comparision. Both pcl6 and pspcl6 build and run with the Artifex font scaler (the native gs one). pcl6 compiles but does not link with ufst. pspcl6 does not compile with ufst, but that's not too different from what was happening in the branch. Fixing this will of course come next. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2566 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pxl/pxptable.h')
-rw-r--r--pxl/pxptable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pxl/pxptable.h b/pxl/pxptable.h
index de0cf40b4..8c0538cc4 100644
--- a/pxl/pxptable.h
+++ b/pxl/pxptable.h
@@ -27,7 +27,7 @@
* 0 or an error code.
*/
#define value_check_proc(proc)\
- int proc(const gs_memory_t *mem, const px_value_t *)
+ int proc(const px_value_t *)
typedef struct px_attr_value_type_s {
ushort mask;
ushort limit;