comparison src/ov-fcn.h @ 5744:1c36a2e82266

[project @ 2006-04-06 19:38:34 by jwe]
author jwe
date Thu, 06 Apr 2006 19:38:35 +0000
parents 4c8a2e4e0717
children ce79d238f142
comparison
equal deleted inserted replaced
5743:a527e0f77aa5 5744:1c36a2e82266
68 virtual octave_time time_checked (void) const 68 virtual octave_time time_checked (void) const
69 { return octave_time (static_cast<time_t> (0)); } 69 { return octave_time (static_cast<time_t> (0)); }
70 70
71 virtual bool is_nested_function (void) const { return false; } 71 virtual bool is_nested_function (void) const { return false; }
72 72
73 virtual bool is_user_script (void) const { return false; }
74
73 virtual bool is_user_function (void) const { return false; } 75 virtual bool is_user_function (void) const { return false; }
74 76
75 virtual bool takes_varargs (void) const { return false; } 77 virtual bool takes_varargs (void) const { return false; }
76 78
77 virtual void octave_va_start (void) { } 79 virtual void octave_va_start (void) { }