changeset 6973:6fcc2f5b2c7d

[project @ 2007-10-08 10:22:17 by jwe]
author jwe
date Mon, 08 Oct 2007 10:22:17 +0000
parents b5a6f5c71451
children 9e32bb109980
files src/ChangeLog src/ov-fcn-inline.cc
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 08 09:36:57 2007 +0000
+++ b/src/ChangeLog	Mon Oct 08 10:22:17 2007 +0000
@@ -1,3 +1,7 @@
+2007-10-08  John W. Eaton  <jwe@octave.org>
+
+	* ov-fcn-inline.cc (Finline): Use DEFUNX instead of DEFUN.
+
 2007-10-08  Michael Goffioul <michael.goffioul@gmail.com>
 
 	* sighandlers.h (can_interrupt): Tag with OCTINERP_API.
--- a/src/ov-fcn-inline.cc	Mon Oct 08 09:36:57 2007 +0000
+++ b/src/ov-fcn-inline.cc	Mon Oct 08 10:22:17 2007 +0000
@@ -578,7 +578,7 @@
   return octave_value (fcn_text (), type);
 }
 
-DEFUN (inline, args, ,
+DEFUNX ("inline", Finline, args, ,
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} inline (@var{str})\n\
 @deftypefnx {Built-in Function} {} inline (@var{str}, @var{arg1}, @dots{})\n\