Mercurial > hg > octave-nkf
diff src/variables.h @ 5102:b04b30d30c66
[project @ 2004-12-28 01:59:05 by jwe]
author | jwe |
---|---|
date | Tue, 28 Dec 2004 01:59:05 +0000 |
parents | da607e9daf12 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/src/variables.h +++ b/src/variables.h @@ -47,6 +47,7 @@ extern bool is_builtin_variable (const std::string&); extern bool is_command_name (const std::string&); +extern bool is_rawcommand_name (const std::string&); extern bool is_mapper_function_name (const std::string&); extern bool is_builtin_function_name (const std::string&); extern bool is_globally_visible (const std::string&);