changeset 23245:aaf5ac82979d

* quit.cc (clean_up_and_exit): Don't declare definition extern.
author John W. Eaton <jwe@octave.org>
date Mon, 06 Mar 2017 10:57:54 -0500
parents b506b43f999e
children 184ab9034ad5
files liboctave/cruft/misc/quit.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/cruft/misc/quit.cc	Fri Mar 03 16:06:39 2017 +0100
+++ b/liboctave/cruft/misc/quit.cc	Mon Mar 06 10:57:54 2017 -0500
@@ -48,7 +48,7 @@
     }
 }
 
-extern OCTAVE_API void
+void
 clean_up_and_exit (int exit_status, bool /* safe_to_return */)
 {
   exit (exit_status);