changeset 29645:eb49c0c02a54

* input.h (Vlast_prompt_time): Export symbol.
author John W. Eaton <jwe@octave.org>
date Mon, 10 May 2021 14:58:19 -0400
parents faef4139b563
children 3e8bc8bee8e9
files libinterp/corefcn/input.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/input.h	Mon May 10 20:17:29 2021 +0200
+++ b/libinterp/corefcn/input.h	Mon May 10 14:58:19 2021 -0400
@@ -51,7 +51,7 @@
 OCTAVE_DEPRECATED (6, "'Vtrack_line_num' is an obsolete internal variable; any uses should be removed")
 extern OCTINTERP_API bool Vtrack_line_num;
 
-extern octave::sys::time Vlast_prompt_time;
+extern OCTINTERP_API octave::sys::time Vlast_prompt_time;
 
 class octave_value;