comparison libinterp/corefcn/pr-output.cc @ 30583:d4e559fcf88f

pr-output.cc: Remove redundant visibility specifications. * libinterp/corefcn/pr-output.cc (octave_print_internal): Remove redundant visibility specifications.
author Gene Harvey <gharveymn@gmail.com>
date Fri, 24 Sep 2021 16:34:42 -0500
parents 83f9f8bda883
children ed17822e7662
comparison
equal deleted inserted replaced
30582:030552b97f3a 30583:d4e559fcf88f
2916 } 2916 }
2917 } 2917 }
2918 } 2918 }
2919 2919
2920 #define PRINT_INT_SCALAR_INTERNAL(TYPE) \ 2920 #define PRINT_INT_SCALAR_INTERNAL(TYPE) \
2921 OCTINTERP_API void \ 2921 void \
2922 octave_print_internal (std::ostream& os, \ 2922 octave_print_internal (std::ostream& os, \
2923 const float_display_format& fmt, \ 2923 const float_display_format& fmt, \
2924 const octave_int<TYPE>& val, bool dummy) \ 2924 const octave_int<TYPE>& val, bool dummy) \
2925 { \ 2925 { \
2926 octave_print_internal_template (os, fmt, val, dummy); \ 2926 octave_print_internal_template (os, fmt, val, dummy); \