diff src/ov-base.h @ 4954:ed0f3cb6d3d4

[project @ 2004-09-01 21:24:53 by jwe]
author jwe
date Wed, 01 Sep 2004 21:24:54 +0000
parents 44046bbaa52c
children 7929486ef2ed
line wrap: on
line diff
--- a/src/ov-base.h	Wed Sep 01 21:10:28 2004 +0000
+++ b/src/ov-base.h	Wed Sep 01 21:24:54 2004 +0000
@@ -171,6 +171,8 @@
 
   bool is_function_handle (void) const { return false; }
 
+  bool is_inline_function (void) const { return false; }
+
   bool is_function (void) const { return false; }
 
   bool is_builtin_function (void) const { return false; }