comparison src/defun-int.h @ 4208:e96f52432059

[project @ 2002-12-03 19:48:57 by jwe]
author jwe
date Tue, 03 Dec 2002 19:48:57 +0000
parents e05de825dbd6
children 90e44267e8cf
comparison
equal deleted inserted replaced
4207:fa3482b34599 4208:e96f52432059
98 98
99 #if defined (MAKE_BUILTINS) 99 #if defined (MAKE_BUILTINS)
100 100
101 // Generate code to install name in the symbol table. The script 101 // Generate code to install name in the symbol table. The script
102 // mkdefs will create a .def file for every .cc file that uses DEFUN, 102 // mkdefs will create a .def file for every .cc file that uses DEFUN,
103 // or DEFUN_TEXT. 103 // or DEFCMD.
104 104
105 #define DEFUN_INTERNAL(name, args_name, nargout_name, is_text_fcn, doc) \ 105 #define DEFUN_INTERNAL(name, args_name, nargout_name, is_text_fcn, doc) \
106 BEGIN_INSTALL_BUILTIN \ 106 BEGIN_INSTALL_BUILTIN \
107 XDEFUN_INTERNAL (name, args_name, nargout_name, is_text_fcn, doc) \ 107 XDEFUN_INTERNAL (name, args_name, nargout_name, is_text_fcn, doc) \
108 END_INSTALL_BUILTIN 108 END_INSTALL_BUILTIN