http://scons.tigris.org/issues/show_bug.cgi?id=2341
[scons.git] / src / engine / SCons / cpp.py
index 4a826ba7a42239c23930c64eea1e6d49468c33c2..5ccc00e14ac6123cddcc231f309398dee7f0b51b 100644 (file)
@@ -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