X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftv%2Ftv_t.h;h=47621b800f8c930d82c8d957c2bced7c59c50594;hb=3142e505b37d6e992ebfe599ee69027fea55f75c;hp=979b56e55f62b02864e94dfc9ba299e0c0378e44;hpb=9d3c8631459f431c313160dab5778e8a7b88dd92;p=libfirm diff --git a/ir/tv/tv_t.h b/ir/tv/tv_t.h index 979b56e55..47621b800 100644 --- a/ir/tv/tv_t.h +++ b/ir/tv/tv_t.h @@ -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. * @@ -82,10 +82,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 */