I am looking through some C source code and I don\'t understand the following part
#if 1 typedef u
It is just a different way to comment out big piece of code, so, editor auto indentation would not break indentation (commented block of code would be indented as text, not as code).