can we define a comment?

Eric Fisher joefoxreal@gmail.com
Tue May 16 02:09:00 GMT 2006


hi,
Anybody knows that if we can define a comment? For a statement such as,
    COMMENT this is a comment.
will be preprocessed as,
    // this is a comment.
or something valid and transparent to the compiler? Of cause we can't
directly use,
    #define COMMENT //

Thanks.
Eric.



More information about the Gcc mailing list