From 9ea74393f20e5f9c5f1e7cfcb975b965cfbb33cd Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 21:10:36 +0000 Subject: [PATCH] make conditional some vars that are unused when DISABLE_CODEGENS --- lib/gvc/gvrender.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/gvc/gvrender.c b/lib/gvc/gvrender.c index 87a43fd23..434a4fff0 100644 --- a/lib/gvc/gvrender.c +++ b/lib/gvc/gvrender.c @@ -45,8 +45,10 @@ extern codegen_t PS_CodeGen; /* storage for temporary hacks until client API is FP */ static pointf *AF; static int sizeAF; +#ifndef DISABLE_CODEGENS static point *A; static int sizeA; +#endif /* end hack */ int gvrender_select(GVJ_t * job, char *str) -- 2.50.1