changeset 10318:f0ac2fa91733

fix incorrect strncmpi change
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 14:13:28 -0500
parents 42d098307c30
children 04a616348cec
files src/strfns.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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\