diff libinterp/corefcn/input.h @ 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 7854d5752dd2
children 4c88a452519c
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;