diff src/ov-base.h @ 6223:a6cc01dd09f9

[project @ 2007-01-03 20:59:28 by jwe]
author jwe
date Wed, 03 Jan 2007 20:59:28 +0000
parents b64fb24bf4a0
children 9e32bb109980
line wrap: on
line diff
--- a/src/ov-base.h	Wed Jan 03 20:15:16 2007 +0000
+++ b/src/ov-base.h	Wed Jan 03 20:59:28 2007 +0000
@@ -257,6 +257,8 @@
 
   virtual bool is_bool_type (void) const { return false; }
 
+  virtual bool is_integer_type (void) const { return false; }
+
   virtual bool is_real_type (void) const { return false; }
 
   virtual bool is_complex_type (void) const { return false; }