Mercurial > hg > octave-nkf
diff src/defun-int.h @ 3744:b0588fc1f3ca
[project @ 2000-11-30 00:27:00 by jwe]
author | jwe |
---|---|
date | Thu, 30 Nov 2000 00:27:01 +0000 |
parents | 35daf9714b9a |
children | 07b99a1889cb |
line wrap: on
line diff
--- a/src/defun-int.h +++ b/src/defun-int.h @@ -102,7 +102,7 @@ #define DEFUNX_INTERNAL(name, fname, args_name, nargout_name, \ is_text_fcn, doc) \ BEGIN_INSTALL_BUILTIN \ - XDEFUN_INTERNAL (name, args_name, nargout_name, is_text_fcn, doc) \ + XDEFUNX_INTERNAL (name, fname, args_name, nargout_name, is_text_fcn, doc) \ END_INSTALL_BUILTIN // Generate code to install name in the symbol table. The script