From c977ff9c3ee341ab184e894071dbe6556a73f8a4 Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Thu, 9 Jun 2005 09:24:15 +0000 Subject: [PATCH] Added const to tv.h [r5982] --- ir/tv/tv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/tv/tv.h b/ir/tv/tv.h index aabc2c881..1aba83b80 100644 --- a/ir/tv/tv.h +++ b/ir/tv/tv.h @@ -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*); */ -- 2.20.1