timer: Enlarge the display space for the time.
[libfirm] / ir / tv / tv_t.h
index 979b56e..a809868 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2011 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -23,7 +23,6 @@
  *           values -- private header.
  * @date     2003
  * @author   Mathias Heil
- * @version  $Id$
  */
 #ifndef FIRM_TV_TV_T_H
 #define FIRM_TV_TV_T_H
@@ -82,10 +81,10 @@ void finish_tarval(void);
  *   irmode.h for predefined modes
  */
 struct ir_tarval {
-       firm_kind kind;         /**< must be k_tarval */
-       ir_mode   *mode;        /**< the mode of the stored value */
-       const void *value;      /**< the value stored in an internal way... */
-       unsigned int length;    /**< the length of the stored value */
+       firm_kind  kind;    /**< must be k_tarval */
+       ir_mode    *mode;   /**< the mode of the stored value */
+       const void *value;  /**< the value stored in an internal way... */
+       size_t     length;  /**< the length of the stored value */
 };
 
 /* inline functions */