[gs-cvs] rev 8208 - trunk/gs/src
alexcher at ghostscript.com
alexcher at ghostscript.com
Sun Aug 26 18:16:47 PDT 2007
Author: alexcher
Date: 2007-08-26 18:16:47 -0700 (Sun, 26 Aug 2007)
New Revision: 8208
Modified:
trunk/gs/src/gxshade1.c
Log:
Change the order of include files to define a macro before it's used.
The undefined macro in the old code passed as a function declaration.
DIFFERENCES:
None
Modified: trunk/gs/src/gxshade1.c
===================================================================
--- trunk/gs/src/gxshade1.c 2007-08-27 00:53:59 UTC (rev 8207)
+++ trunk/gs/src/gxshade1.c 2007-08-27 01:16:47 UTC (rev 8208)
@@ -28,8 +28,8 @@
#include "gxistate.h"
#include "gxpath.h"
#include "gxshade.h"
+#include "gxdevcli.h"
#include "gxshade4.h"
-#include "gxdevcli.h"
#include "vdtrace.h"
#define VD_TRACE_AXIAL_PATCH 1
More information about the gs-cvs
mailing list