K 10 svn:author V 2 ed K 8 svn:date V 27 2012-01-05T10:43:03.930288Z K 7 svn:log V 268 Add __generic(), to be able to use a very simple _Generic(). Already introducing this allows us to be forward compatible with C11 compilers. By implementing on top of this interface, it becomes trivial to support both our existing GCC and newer compilers. END