I am looking through some C source code and I don\'t understand the following part
#if 1 typedef u
It's another way of saying for #if true it was most likely a result of code that was previously checking for another symbol then refactored to always be true.