This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: line size on C sources files
- To: BIONDI Philippe <Philippe dot BIONDI at enst-bretagne dot fr>
- Subject: Re: line size on C sources files
- From: Stephen Frost <sfrost at mail dot snowman dot net>
- Date: Tue, 28 Mar 2000 13:47:11 -0500 (EST)
- "From: Stephen Frost <sfrost@snowman.net>"
- cc: gcc-help at gcc dot gnu dot org
On Tue, 28 Mar 2000, BIONDI Philippe wrote:
> On Tue, 28 Mar 2000, Stephen Frost wrote:
>
> > Hrm, sounds like 'esqlc' is badly coded, yes, but I would question if
> > you actually *need* to have a 255+ line. :)
>
> What about me wanting to expand macros before using esqlc (to use some
> macros in EXEC SQL sections) ? I don't control the size of my
> auto-generated C-SQL code. The question is : is this C-SQL code valid ?
> You and I think it is. The answer of the support is "put backslashes".
Hmm, well, what is true for C may or may not be exactly true for
SQL. It may be that SQL has some silly limit on the number of characters
a SQL command can be on a single line. If that is the case, then I see
little to do about it but to just use the backslashes.
Stephen