Dan Albert a7821b7121 Use __typeof__() instead of typeof()
typeof() is a gcc builtin and is not always available (such as clang when
-std=c*). Both gcc and clang always expose __typeof__(), so just use that.

Change-Id: I75e2a990acc35f6f39b2c353f6548100ec03c67f
2014-05-27 12:47:54 -07:00
..
2014-05-24 20:13:13 -07:00
2014-05-27 11:22:39 -07:00
2014-05-13 11:23:18 -07:00