(chise_value_data): New inline function.
authortomo <tomo>
Wed, 12 Mar 2003 12:38:55 +0000 (12:38 +0000)
committertomo <tomo>
Wed, 12 Mar 2003 12:38:55 +0000 (12:38 +0000)
chise.h

diff --git a/chise.h b/chise.h
index 509b473..783df88 100644 (file)
--- a/chise.h
+++ b/chise.h
@@ -34,6 +34,12 @@ chise_value_size (const CHISE_Value *s)
 }
 
 static inline char *
+chise_value_data (const CHISE_Value *s)
+{
+  return s->data;
+}
+
+static inline char *
 chise_value_to_c_string (const CHISE_Value *s)
 {
   return s->data;