Don't restrict filenames in line pragmas to printable characters; fixes #4207
authorIan Lynagh <igloo@earth.li>
Thu, 5 Aug 2010 13:50:11 +0000 (13:50 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 5 Aug 2010 13:50:11 +0000 (13:50 +0000)
commitddec0ec0a7772c434f2c7b4d284e9280067ed26b
tree162a14bc740f5d38dcd83ee2ba9d01888f1e4406
parent6c4bd4a67569ed9bfe8276db72f87135a61b0224
Don't restrict filenames in line pragmas to printable characters; fixes #4207
"printable" is ASCII-only, whereas in other locales we can get things like
# 1 "<lĂ­nea-de-orden>"
compiler/cmm/CmmLex.x