Ethereal-dev: Re: [Ethereal-dev] gtk/tcp_graph.c patch against 0.9.0

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 3 Jan 2002 12:20:50 -0800 (PST)
> Hmm... I think with gcc at least, it's preferred to do:
> 
> "......"
> "......"
> 
> instead of multi-line strings of any kind.

If both are legal C according to the ANSI/ISO C standard, then the
compiler being used is irrelevant to the preference.