diff build-aux/mk-opts.pl @ 21092:429f83903400

maint: Use "FIXME:" more places in code base. * mk-opts.pl, func.txi, io.txi, linalg.txi, module.mk, oct-conf-post.in.h, run-octave.in, module.mk, fieldnames.m, textread.m, textscan.m, libinterp/octave-value/module.mk, odeset.m: Use "FIXME:" more places in code base.
author Rik <rik@octave.org>
date Sun, 17 Jan 2016 06:38:08 -0800
parents 48b2ad5ee801
children 1473547f50f5
line wrap: on
line diff
--- a/build-aux/mk-opts.pl	Fri Jan 15 15:11:56 2016 -0500
+++ b/build-aux/mk-opts.pl	Sun Jan 17 06:38:08 2016 -0800
@@ -623,7 +623,7 @@
 
 sub emit_print_function
 {
-  ## FIXME -- determine the width of the table automatically.
+  ## FIXME: determine the width of the table automatically.
 
   print qq|static void
 print_$CLASS_NAME (std::ostream& os)