Skip to content
Commit 24dbee71 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent b4acc033
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment