Mercurial > hg > octave-lyh
diff src/variables.h @ 2293:a015ab4392c2
[project @ 1996-06-13 08:52:18 by jwe]
author | jwe |
---|---|
date | Thu, 13 Jun 1996 08:52:18 +0000 |
parents | a24158362f9f |
children | c2c1482c34c8 |
line wrap: on
line diff
--- a/src/variables.h +++ b/src/variables.h @@ -87,6 +87,8 @@ extern bool is_builtin_variable (const string&); extern bool is_text_function_name (const string&); +extern bool is_mapper_function_name (const string&); +extern bool is_builtin_function_name (const string&); extern bool is_globally_visible (const string&); extern tree_fvc *is_valid_function (const octave_value&, const string&,