Mercurial > hg > octave-nkf
diff src/octave.cc @ 5775:ace8d8d26933
[project @ 2006-04-24 19:13:06 by jwe]
author | jwe |
---|---|
date | Mon, 24 Apr 2006 19:13:11 +0000 |
parents | 7b45fda21557 |
children | cbf717bf8150 |
line wrap: on
line diff
--- a/src/octave.cc +++ b/src/octave.cc @@ -722,14 +722,14 @@ { command_editor::blink_matching_paren (false); - // XXX FIXME XXX -- is this the right thing to do? + // FIXME -- is this the right thing to do? bind_builtin_variable ("echo_executing_commands", ECHO_CMD_LINE); } if (embedded) { - // XXX FIXME XXX -- do we need to do any cleanup here before + // FIXME -- do we need to do any cleanup here before // returning? If we don't, what will happen to Octave functions // that have been registered to execute with atexit, for example?