Improve efficiency of macro concatenation
commit6b7a6fcbc8b9ed623a436dc2218cfe31b991037c
authorThomas Preud'homme <robotux@celest.fr>
Mon, 14 Apr 2014 12:45:10 +0000 (14 20:45 +0800)
committerThomas Preud'homme <robotux@celest.fr>
Mon, 14 Apr 2014 12:49:14 +0000 (14 20:49 +0800)
tree9e0821a9c374b06f9c680db2c63792bbd304ce6b
parent356c6f6293fdd4d1ce232c6abf8741ac5f731c63
Improve efficiency of macro concatenation

As per grischka comment, always output a space after macro concatenation
instead of trying to detect if it's necessary as the current approach
has a huge cost.
tccpp.c