Added const to tv.h
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Thu, 9 Jun 2005 09:24:15 +0000 (09:24 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Thu, 9 Jun 2005 09:24:15 +0000 (09:24 +0000)
[r5982]

ir/tv/tv.h

index aabc2c8..1aba83b 100644 (file)
@@ -239,7 +239,7 @@ int tarval_is_double(tarval *tv);
  */
 
 /** Returns the mode of the tarval. */
-ir_mode *get_tarval_mode (tarval *tv);
+ir_mode *get_tarval_mode (const tarval *tv);
 
 /** Returns the contents of the 'link' field of the tarval */
 /* void *get_tarval_link (tarval*); */