X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;ds=sidebyside;f=src%2Fengine%2FSCons%2Fcpp.py;h=5ccc00e14ac6123cddcc231f309398dee7f0b51b;hb=c4cd35543072935e8e693ca8a4a9314d8784e419;hp=4a826ba7a42239c23930c64eea1e6d49468c33c2;hpb=11e8e47454040247b5524a7d00358eb767e7c3c0;p=scons.git diff --git a/src/engine/SCons/cpp.py b/src/engine/SCons/cpp.py index 4a826ba7..5ccc00e1 100644 --- a/src/engine/SCons/cpp.py +++ b/src/engine/SCons/cpp.py @@ -151,7 +151,7 @@ CPP_to_Python_Eval_List = [ ['/\*.*\*/', ''], ['/\*.*', ''], ['//.*', ''], - ['(0x[0-9A-Fa-f]*)[UL]+', '\\1L'], + ['(0x[0-9A-Fa-f]*)[UL]+', '\\1'], ] # Replace the string representations of the regular expressions in the