Fix a stringizing bug that Neil noticed.  We should preprocess this:
#define t(x) #x
t(a
c)

to "a c", not "ac".

llvm-svn: 40060
3 files changed
tree: 3e9b0e1ff674b7455c74ba88494b81c60918df04
  1. clang/
  2. llvm/
  3. stacker/