diff src/ov.h @ 4954:ed0f3cb6d3d4

[project @ 2004-09-01 21:24:53 by jwe]
author jwe
date Wed, 01 Sep 2004 21:24:54 +0000
parents 48a39e2b2ab7
children c0d8e8afa82f
line wrap: on
line diff
--- a/src/ov.h
+++ b/src/ov.h
@@ -484,6 +484,9 @@
   virtual bool is_function_handle (void) const
     { return rep->is_function_handle (); }
 
+  virtual bool is_inline_function (void) const
+    { return rep->is_inline_function (); }
+
   virtual bool is_function (void) const
     { return rep->is_function (); }