Skip to main content

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


Applied to both PST & HEAD branches.  
Also removed ScannerFailedTests.java.  

JohnC



victor.mozgin@xxxxxxxxxxxxx
Sent by: cdt-patch-admin@xxxxxxxxxxx

06/09/2003 05:47 AM

Please respond to
cdt-patch@xxxxxxxxxxx

To
cdt-patch@xxxxxxxxxxx
cc
Subject
[cdt-patch] Fix for PR36701 (Preprocessor stringizing)





    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