diff src/strfns.cc @ 10318:f0ac2fa91733

fix incorrect strncmpi change
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 14:13:28 -0500
parents 9966f1f71c32
children 12884915a8e4
line wrap: on
line diff
--- a/src/strfns.cc	Thu Feb 11 13:30:42 2010 -0500
+++ b/src/strfns.cc	Thu Feb 11 14:13:28 2010 -0500
@@ -786,7 +786,7 @@
                          icmp_char_eq ()));
 }
 
-DEFUN (strncmpi, Fstrncmpi, args, ,
+DEFUNX ("strncmpi", Fstrncmpi, args, ,
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} strncmpi (@var{s1}, @var{s2}, @var{n})\n\
 Returns 1 if the first @var{n} character of @var{s1} and @var{s2} are the same,\n\