diff src/toplev.cc @ 2614:ae47b0911863

[project @ 1997-01-21 03:57:46 by jwe]
author jwe
date Tue, 21 Jan 1997 03:57:47 +0000
parents f7e3d23f0a8f
children 5c773d4745d6
line wrap: on
line diff
--- a/src/toplev.cc
+++ b/src/toplev.cc
@@ -750,7 +750,9 @@
 
 DEFALIAS (shell_cmd, system);
 
-static SLStack<string> octave_atexit_functions;
+// XXX FIXME XXX -- this should really be static, but that causes
+// problems on some systems.
+SLStack<string> octave_atexit_functions;
 
 void
 do_octave_atexit (void)