I only explicitly look at sizeof(long) if it differs from sizeof(int)
authorDima Kogan <dima@secretsauce.net>
Sun, 11 May 2014 19:22:00 +0000 (12:22 -0700)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:26 +0000 (20:38 +0900)
commit2fbde7a83cd8c5a5fcb792112797d5063b719797
tree43b87d36fd01220f11379501f2d233393d7e9eab
parent95e0b60f775501a88a22bfede44a024b641e00ee
I only explicitly look at sizeof(long) if it differs from sizeof(int)

If they're the same, checking for both in a switch() is a compile error
dwarf_prototypes.c