Mercurial > hg > octave-nkf
comparison libinterp/interpfcn/variables.cc @ 15562:8ed107220a3e
maint: Rename unimplemented.m to __unimplemented__.m.
* resource-manager.cc(octave_keywords): Change unimplemented.m to
__unimplemented__.m.
* variables.cc: Change variable Vmissing_function_hook to __unimplemented__.
* scripts/help/module.mk: Change unimplemented.m to __unimplemented__.m in
list of FCN_FILES.
author | Juan Pablo Carbajal <ajuanpi+dev@gmail.com> |
---|---|
date | Thu, 25 Oct 2012 17:02:26 -0400 |
parents | 8d2b3db8b5b0 |
children | 37104cd70d0f |
comparison
equal
deleted
inserted
replaced
15560:305ad0a215ba | 15562:8ed107220a3e |
---|---|
2534 @end deftypefn") | 2534 @end deftypefn") |
2535 { | 2535 { |
2536 return SET_INTERNAL_VARIABLE (whos_line_format); | 2536 return SET_INTERNAL_VARIABLE (whos_line_format); |
2537 } | 2537 } |
2538 | 2538 |
2539 static std::string Vmissing_function_hook = "unimplemented"; | 2539 static std::string Vmissing_function_hook = "__unimplemented__"; |
2540 | 2540 |
2541 DEFUN (missing_function_hook, args, nargout, | 2541 DEFUN (missing_function_hook, args, nargout, |
2542 "-*- texinfo -*-\n\ | 2542 "-*- texinfo -*-\n\ |
2543 @deftypefn {Built-in Function} {@var{val} =} missing_function_hook ()\n\ | 2543 @deftypefn {Built-in Function} {@var{val} =} missing_function_hook ()\n\ |
2544 @deftypefnx {Built-in Function} {@var{old_val} =} missing_function_hook (@var{new_val})\n\ | 2544 @deftypefnx {Built-in Function} {@var{old_val} =} missing_function_hook (@var{new_val})\n\ |