comparison 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
comparison
equal deleted inserted replaced
3248:68259f410026 3249:60866c521b92
117 install_builtin_variable (name, octave_value (defn), inst_as_fcn, \ 117 install_builtin_variable (name, octave_value (defn), inst_as_fcn, \
118 protect, (chg_fcn != 0), chg_fcn, doc) 118 protect, (chg_fcn != 0), chg_fcn, doc)
119 119
120 // How mapper functions are actually installed. 120 // How mapper functions are actually installed.
121 121
122 #define DEFUN_MAPPER_INTERNAL(name, ch_map, d_d_map, d_c_map, c_c_map, \ 122 #define DEFUN_MAPPER_INTERNAL(name, ch_map, d_b_map, c_b_map, d_d_map, \
123 lo, hi, can_ret_cmplx_for_real, doc) \ 123 d_c_map, c_c_map, lo, hi, \
124 can_ret_cmplx_for_real, doc) \
124 install_builtin_mapper \ 125 install_builtin_mapper \
125 (new octave_mapper (ch_map, d_d_map, d_c_map, c_c_map, lo, hi, \ 126 (new octave_mapper (ch_map, d_b_map, c_b_map, d_d_map, d_c_map, \
127 c_c_map, lo, hi, \
126 can_ret_cmplx_for_real, #name)) 128 can_ret_cmplx_for_real, #name))
127 129
128 #endif 130 #endif
129 131
130 /* 132 /*