Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Fix for PR36701 (Preprocessor stringizing)

Title: Message
    Fixes problems with stringizing preprocessor operator ('#'). ScannerFailedTests.java is empty now, and can be removed. Correct me if I'm wrong - I assumed that testBug36701() there contained an error:
 
writer.write( "str( @ \n )\n");
 
was meant to be
 
writer.write( "str( @ \\n )\n");
 
                                /Vic

Attachment: PR36701_test.patch
Description: Binary data

Attachment: PR36701_core.patch
Description: Binary data


Back to the top