diff src/ov-base.h @ 4254:df5f2e433a11

[project @ 2002-12-31 19:43:07 by jwe]
author jwe
date Tue, 31 Dec 2002 19:43:07 +0000
parents fc9a075d10fb
children db5e0814277a
line wrap: on
line diff
--- a/src/ov-base.h	Tue Dec 31 18:23:58 2002 +0000
+++ b/src/ov-base.h	Tue Dec 31 19:43:07 2002 +0000
@@ -166,10 +166,20 @@
 
   bool is_dld_function (void) const { return false; }
 
+  short int short_value (bool = false, bool = false) const;
+
+  unsigned short int ushort_value (bool = false, bool = false) const;
+
   int int_value (bool = false, bool = false) const;
 
+  unsigned int uint_value (bool = false, bool = false) const;
+
   int nint_value (bool = false) const;
 
+  long int long_value (bool = false, bool = false) const;
+
+  unsigned long int ulong_value (bool = false, bool = false) const;
+
   double double_value (bool = false) const;
 
   double scalar_value (bool frc_str_conv = false) const