diff src/ov-base.h @ 3325:2efa28a91e7a

[project @ 1999-10-29 21:39:20 by jwe]
author jwe
date Fri, 29 Oct 1999 21:39:31 +0000
parents 30770ba4457a
children 585a8809fd9b
line wrap: on
line diff
--- a/src/ov-base.h	Fri Oct 29 21:33:38 1999 +0000
+++ b/src/ov-base.h	Fri Oct 29 21:39:31 1999 +0000
@@ -150,6 +150,10 @@
 
   bool is_function (void) const { return false; }
 
+  bool is_builtin_function (void) const { return false; }
+
+  bool is_dld_function (void) const { return false; }
+
   int int_value (bool = false, bool = false) const;
 
   int nint_value (bool = false) const;