Issues with gcc 3.4.2

Neil Booth neil@daikokuya.co.uk
Tue Jan 18 00:15:00 GMT 2005


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.



More information about the Gcc mailing list