From: Sebastian Hack Date: Thu, 9 Jun 2005 09:24:15 +0000 (+0000) Subject: Added const to tv.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c977ff9c3ee341ab184e894071dbe6556a73f8a4;p=libfirm Added const to tv.h [r5982] --- 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*); */