From c72711ba5d6d26dc3c73d8680a95f7d887e89cec Mon Sep 17 00:00:00 2001 From: "Tobias S. Josefowitz" <tobij@tobij.de> Date: Sat, 1 Feb 2020 21:34:03 +0100 Subject: [PATCH] Graphics.Graph: Prevent dumping of create_graph.pike "Resolves" an issue with incorrect dumping of this module. --- lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike b/lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike index f41cad640c..9970df9319 100644 --- a/lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike +++ b/lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike @@ -7,6 +7,8 @@ //! @[create_graph] draws a graph but there are also some other functions //! used by @[create_pie] and @[create_bars]. +constant dont_dump_program = 1; + #pike __REAL_VERSION__ #include "graph.h" -- GitLab