Merge commit 'origin/stable'
[pspp-builds.git] / src / output / charts / plot-hist.c
index e7dcd438d84e589197dec09089d4993b70937756..4b11618a2f1a409fa3d92a9071a456131ce8485a 100644 (file)
@@ -122,6 +122,8 @@ histogram_plot (const struct histogram *hist,
   histogram_plot_n (hist, label, n, mean, sqrt(var), m);
 }
 
+
+/* This function is deprecated.  Don't use it in new code */
 void
 histogram_plot_n (const struct histogram *hist,
                  const char *label,