diff libinterp/corefcn/ls-oct-text.h @ 23470:a41fdb801db6

use mark_global and mark_persistent consistently * ls-hdf5.cc, ls-hdf5.h, ls-mat5.cc, ls-mat5.h, ls-oct-binary.cc, ls-oct-binary.h, ls-oct-text.cc, ls-oct-text.h, oct-parse.in.yy, pt-decl.cc, pt-decl.h, pt-eval.cc, pt-id.h: Consistently use mark_global and mark_persistent instead of mark_as_global, mark_as_persistent, mark_static, or mark_as_static.
author John W. Eaton <jwe@octave.org>
date Thu, 04 May 2017 15:10:29 -0400
parents 73ff72d3d603
children 194eb4bd202b
line wrap: on
line diff
--- a/libinterp/corefcn/ls-oct-text.h	Thu May 04 15:02:46 2017 -0400
+++ b/libinterp/corefcn/ls-oct-text.h	Thu May 04 15:10:29 2017 -0400
@@ -54,7 +54,7 @@
 
 extern OCTINTERP_API bool
 save_text_data (std::ostream& os, const octave_value& val_arg,
-                const std::string& name, bool mark_as_global, int precision);
+                const std::string& name, bool mark_global, int precision);
 
 extern OCTINTERP_API bool
 save_text_data_for_plotting (std::ostream& os, const octave_value& t,