Mail Archives: djgpp/1996/08/16/02:30:31
In article <9608131819 DOT aa26617 AT ailin DOT inti DOT edu DOT ar> "Salvador Eduardo Tropea (SET)" <salvador AT inti DOT edu DOT ar> writes:
>>I use comments like this ----> //comments here
>>I think it supports only this king----> /*comments here*/
>Check if you don't have a line like this:
>.......... c code ....... // a comment \
> Is that ANSI?
According to K&R, Second edition (a very valulable reference on things
ANSI), backslashes at the end of lines get processed before anything else
save trigraphs. So the backslash-EOL will get removed before the comment
is removed.
A tricolon, in case you're wondering, is a set of three ISO-standard
characters which represent a single ANSI/ASCII character which the ISO
set is missing. For example, ??/ stands for backslash.
>Salvador Eduardo Tropea (SET) - salvador AT inti DOT edu DOT ar
-Billy
- Raw text -