From: ellson Date: Tue, 28 Dec 2004 13:04:32 +0000 (+0000) Subject: bug #597 - add extern codegen_t *Output_codegen; X-Git-Tag: LAST_LIBGRAPH~32^2~8187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45498fd9ed5f987a78a92a1dbc5eda198411b448;p=graphviz bug #597 - add extern codegen_t *Output_codegen; --- diff --git a/lib/common/labels.c b/lib/common/labels.c index 1b565f5d4..9ca39c546 100644 --- a/lib/common/labels.c +++ b/lib/common/labels.c @@ -20,6 +20,10 @@ #include "htmltable.h" #include +#ifndef DISABLE_CODEGENS +extern codegen_t *Output_codegen; +#endif + static void storeline(textlabel_t * lp, char *line, char terminator, graph_t * g) {