Mercurial > hg > octave-lyh
diff src/symtab.h @ 3968:cef0ea4d1b3a
[project @ 2002-07-01 19:16:01 by jwe]
author | jwe |
---|---|
date | Mon, 01 Jul 2002 19:16:01 +0000 |
parents | fab8337340a1 |
children | 27e461aed956 |
line wrap: on
line diff
--- a/src/symtab.h +++ b/src/symtab.h @@ -92,6 +92,10 @@ || symbol_type & symbol_record::BUILTIN_VARIABLE); } + // It's not necessary to check for TEXT_FUNCTION and MAPPER_FUNCTION + // here. Those tags are just used as additional qualifiers for + // the other types of functions. + bool is_function (void) const { return (symbol_type & symbol_record::USER_FUNCTION