]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/61038 (g++ -E is unusable with UDL strings)
authorEdward Smith-Rowland <emsr@gcc.gnu.org>
Thu, 5 Jun 2014 11:12:08 +0000 (11:12 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Thu, 5 Jun 2014 11:12:08 +0000 (11:12 +0000)
commit1251f7f1ee87a78b8ce761aa3e331d347c5ad6c5
tree365af881dd463797da80d577e40800caaae1bc62
parentaaaa9efcb4baa0dc0146879297d281fd1830e9f5
re PR c++/61038 (g++ -E is unusable with UDL strings)

PR c++/61038
I was asked to combine the escape logic for regular chars and strings
with the escape logic for user-defined literals chars and strings.
I just forgot the first time.

From-SVN: r211266
libcpp/macro.c