Mercurial > hg > octave-nkf
diff src/defun-int.h @ 4448:042cdbb7f317
[project @ 2003-07-08 19:14:55 by jwe]
author | jwe |
---|---|
date | Tue, 08 Jul 2003 19:14:55 +0000 |
parents | 90e44267e8cf |
children | 5e2c68946f30 |
line wrap: on
line diff
--- a/src/defun-int.h +++ b/src/defun-int.h @@ -87,7 +87,7 @@ bool \ FS ## name ## _ ## cxx_abi (const octave_shlib& shl) \ { \ - check_version (OCTAVE_VERSION, #name); \ + check_version (OCTAVE_API_VERSION, #name); \ install_dld_function (F ## name, #name, shl, doc); \ return error_state ? false : true; \ }