diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2011-02-25 19:40:39 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2011-02-25 19:40:39 +0000 |
commit | dd41a47b5f73ece99e7dfd49a3505fca81a02b3d (patch) | |
tree | e8e2a143ee8f97ce2344f775c16bd6ddad41810f /pxl | |
parent | 9fe33030ace31332def572e35b1765d9f486541f (diff) |
Warning cleanup no expected differences.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12203 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'pxl')
-rw-r--r-- | pxl/pxl.mak | 2 | ||||
-rw-r--r-- | pxl/pxtop.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/pxl/pxl.mak b/pxl/pxl.mak index 3f61145a9..957d0ed1e 100644 --- a/pxl/pxl.mak +++ b/pxl/pxl.mak @@ -190,7 +190,7 @@ pxl_ops_obj=$(pxl_ops_obj1) $(pxl_ops_obj2) # Top-level API $(PXL_TOP_OBJ): $(PXLSRC)pxtop.c $(AK) $(stdio__h)\ $(string__h) $(gdebug_h) $(gp_h) $(gsdevice_h) $(gserrors_h) $(gsmemory_h)\ - $(gsstate_h) $(gsstruct_h) $(gspaint_h) $(gstypes_h) $(gxalloc_h) $(gxstate_h)\ + $(gsstate_h) $(gsfont_h) $(gsstruct_h) $(gspaint_h) $(gstypes_h) $(gxalloc_h) $(gxstate_h)\ $(gsnogc_h) $(pltop_h) $(plparse_h)\ $(pxattr_h) $(pxerrors_h) $(pxoper_h) $(pxparse_h) $(pxptable_h) $(pxstate_h)\ $(pxfont_h) $(pxvalue_h) $(PXLGEN)pconf.h $(plfont_h) diff --git a/pxl/pxtop.c b/pxl/pxtop.c index e90754c87..fce946360 100644 --- a/pxl/pxtop.c +++ b/pxl/pxtop.c @@ -25,6 +25,7 @@ #include "gsdevice.h" #include "gsstruct.h" /* for gxalloc.h */ #include "gspaint.h" +#include "gsfont.h" #include "gxalloc.h" #include "gxstate.h" #include "gxdevice.h" @@ -170,7 +171,7 @@ typedef struct pxl_interp_instance_s { /* Get implemtation's characteristics */ -const pl_interp_characteristics_t * /* always returns a descriptor */ +static const pl_interp_characteristics_t * /* always returns a descriptor */ pxl_impl_characteristics( const pl_interp_implementation_t *impl /* implementation of interpereter to alloc */ ) |