# HG changeset patch # User jwe # Date 834655938 0 # Node ID a015ab4392c2736085c05953b417670833041b0d # Parent a265f5e924e33d8a9815338909732319bcf8bfa7 [project @ 1996-06-13 08:52:18 by jwe] diff -r a265f5e924e3 -r a015ab4392c2 src/variables.h --- a/src/variables.h Thu Jun 06 14:59:05 1996 +0000 +++ b/src/variables.h Thu Jun 13 08:52:18 1996 +0000 @@ -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&,