The program can't seem to handle preprocessor directives such as: #ifdef #else if #endif. The program will crash in the indent_eol.c module. I believe it thinks #else if is an actual IF statement.
Logged In: NO
umm.. "#else if" isn't a valid Preprocessor Directive. I think you mean to use "#elif". :)
Logged In: NO
umm.. "#else if" isn't a valid Preprocessor Directive. I think
you mean to use "#elif". :)