From: ellson Date: Tue, 18 Oct 2005 21:14:04 +0000 (+0000) Subject: add extern codegent_t GD_CodeGen; X-Git-Tag: LAST_LIBGRAPH~32^2~7029 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84b1d44319b8a594b93d92f7f7cec6736df36c92;p=graphviz add extern codegent_t GD_CodeGen; suggested by: Oliver Leu --- diff --git a/lib/common/labels.c b/lib/common/labels.c index dda9a57ae..4c2fdec1e 100644 --- a/lib/common/labels.c +++ b/lib/common/labels.c @@ -21,6 +21,7 @@ #ifndef DISABLE_CODEGENS extern codegen_t *Output_codegen; +extern codegen_t *GD_CodeGen; #endif static void storeline(textlabel_t * lp, char *line, char terminator,