diff libinterp/parse-tree/pt-eval.h @ 23615:be7b884ac589

use version number in OCTAVE_DEPRECATED macro * mk-octave-config-h.sh, oct-conf-post.in.h (OCTAVE_DEPRECATED): New argument, VER, to record and display version number in which the object was marked as deprecated. Change all uses.
author John W. Eaton <jwe@octave.org>
date Fri, 16 Jun 2017 09:19:20 -0400
parents 14723784b9f2
children 08036a7f3660
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-eval.h	Fri Jun 16 09:39:20 2017 -0400
+++ b/libinterp/parse-tree/pt-eval.h	Fri Jun 16 09:19:20 2017 -0400
@@ -331,7 +331,7 @@
 
 #if defined (OCTAVE_USE_DEPRECATED_FUNCTIONS)
 
-OCTAVE_DEPRECATED ("use 'octave::tree_evaluator' instead")
+OCTAVE_DEPRECATED (4.4, "use 'octave::tree_evaluator' instead")
 typedef octave::tree_evaluator tree_evaluator;
 
 #endif