This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Issues with gcc 3.4.2


Schouten, Frits JF wrote:-

> This is a snipped of the errors I get.
> myput_delays.c:137: error: missing terminating " character
> myput_delays.c:138: error: `UPDATE' undeclared (first use in this function)
> myput_delays.c:138: error: (Each undeclared identifier is reported only once
> myput_delays.c:138: error: for each function it appears in.) 
> 
> The only way to solve this issue is to put the whole SQL query on the one line.

No, you could take advantage of ANSI string concatenation like most
people.

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]