Skip to content
Snippets Groups Projects
Commit c72711ba authored by Tobias S. Josefowitz's avatar Tobias S. Josefowitz
Browse files

Graphics.Graph: Prevent dumping of create_graph.pike

"Resolves" an issue with incorrect dumping of this module.
parent 37db21b8
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
//! @[create_graph] draws a graph but there are also some other functions //! @[create_graph] draws a graph but there are also some other functions
//! used by @[create_pie] and @[create_bars]. //! used by @[create_pie] and @[create_bars].
constant dont_dump_program = 1;
#pike __REAL_VERSION__ #pike __REAL_VERSION__
#include "graph.h" #include "graph.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment