diff src/input.h @ 9237:3c1762c7e787

Add missing xxx_API decoration and remove misplaced ones
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 21 May 2009 21:28:47 +0100
parents eb63fbe60fab
children b2790fd23800
line wrap: on
line diff
--- a/src/input.h	Thu May 21 21:12:08 2009 +0100
+++ b/src/input.h	Thu May 21 21:28:47 2009 +0100
@@ -89,7 +89,7 @@
 extern OCTINTERP_API bool Vdrawnow_requested;
 
 // TRUE if we are in debugging mode.
-extern bool Vdebugging;
+extern OCTINTERP_API bool Vdebugging;
 
 extern std::string gnu_readline (const std::string& s, bool force_readline = false);