Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/src/ov-fcn.h +++ b/src/ov-fcn.h @@ -70,6 +70,8 @@ virtual bool is_nested_function (void) const { return false; } + virtual bool is_user_script (void) const { return false; } + virtual bool is_user_function (void) const { return false; } virtual bool takes_varargs (void) const { return false; }