GCC preparse and normalize whitespace for code generator -


i have project uses scripted tool process c header files generate code (for marshaling) know can use -e option in gcc run preprocesser, normalize/collapse whitespace (spaces, tabs, newlines, etc) reduce complexity of processing script. there gcc option this.

secondarily there similar options visual c?

why don't run preprocessed code through gnu indent? not give minimal size, make more readable...


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -