removed tarval_P_void, every reference mode now has it's own NULL tarval
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 18 Mar 2006 12:01:12 +0000 (12:01 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 18 Mar 2006 12:01:12 +0000 (12:01 +0000)
commitecdae24c2bf7aa79d8065255940faae70307d535
treeb621a97b1885b507c38f2624bd91b60ef5fbee10
parent095f85e9278da3c5972202d0ee1c87326c28f75d
removed tarval_P_void, every reference mode now has it's own NULL tarval
which is created from the null_value given at initialization.

This also solves the problem the new_tarval_from_str() and new_tarval_from_long() returned different
tarvals for the same values.

Reference modes are handled like integer modes, however, convert is only supported for NULL pointer (which might be wrong if null_value != 0)

[r7465]
ir/tv/tv.c
ir/tv/tv.h
ir/tv/tv_t.h