changeset 33315:7cf694a5fde8

Export "octave_completion_matches_called" from shared library (bug #65555). * libinterp/corefcn/input.h (octave_completion_matches_called): Export symbol.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 04 Apr 2024 20:13:37 +0200
parents c1ab55458c3a
children 2f24c41a14cd
files libinterp/corefcn/input.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/input.h	Thu Apr 04 03:27:21 2024 -0400
+++ b/libinterp/corefcn/input.h	Thu Apr 04 20:13:37 2024 +0200
@@ -42,7 +42,7 @@
 #include "pager.h"
 
 // TRUE after a call to completion_matches.
-extern bool octave_completion_matches_called;
+extern OCTINTERP_API bool octave_completion_matches_called;
 
 // TRUE if the plotting system has requested a call to drawnow at
 // the next user prompt.