]> granicus.if.org Git - graphviz/commitdiff
bug #597 - add extern codegen_t *Output_codegen;
authorellson <devnull@localhost>
Tue, 28 Dec 2004 13:04:32 +0000 (13:04 +0000)
committerellson <devnull@localhost>
Tue, 28 Dec 2004 13:04:32 +0000 (13:04 +0000)
lib/common/labels.c

index 1b565f5d4ecb32f7389bf85ca263850cc7dff64b..9ca39c54672f7505ebe3fe058c0284a11f9376bc 100644 (file)
 #include       "htmltable.h"
 #include       <limits.h>
 
+#ifndef DISABLE_CODEGENS
+extern codegen_t *Output_codegen;
+#endif
+
 static void storeline(textlabel_t * lp, char *line, char terminator,
                      graph_t * g)
 {