Mercurial > hg > octave-nkf
diff src/defun-int.h @ 3249:60866c521b92
[project @ 1999-07-13 03:44:16 by jwe]
author | jwe |
---|---|
date | Tue, 13 Jul 1999 03:46:16 +0000 |
parents | 0d640dc625c7 |
children | 4964d5391acc |
line wrap: on
line diff
--- a/src/defun-int.h +++ b/src/defun-int.h @@ -119,10 +119,12 @@ // How mapper functions are actually installed. -#define DEFUN_MAPPER_INTERNAL(name, ch_map, d_d_map, d_c_map, c_c_map, \ - lo, hi, can_ret_cmplx_for_real, doc) \ +#define DEFUN_MAPPER_INTERNAL(name, ch_map, d_b_map, c_b_map, d_d_map, \ + d_c_map, c_c_map, lo, hi, \ + can_ret_cmplx_for_real, doc) \ install_builtin_mapper \ - (new octave_mapper (ch_map, d_d_map, d_c_map, c_c_map, lo, hi, \ + (new octave_mapper (ch_map, d_b_map, c_b_map, d_d_map, d_c_map, \ + c_c_map, lo, hi, \ can_ret_cmplx_for_real, #name)) #endif