pro*C parser bug?
From: Gregory Dora <gnd_at_gate.net>
Date: 5 Nov 1994 20:46:19 GMT
Message-ID: <39gqur$mq6_at_tequesta.gate.net>
Date: 5 Nov 1994 20:46:19 GMT
Message-ID: <39gqur$mq6_at_tequesta.gate.net>
Why does my pro*c precompiler change a VARCHAR declaration?
It turns VARCHAR foo[5000][12]; from the .pc source to
struct
I must have 30 VARCHARS it parses right, but this one it messes up.
The .c code shows the unparsed VARCHAR foo[5000][12] in the comments
but messes up the code it generates. Has anyone else had this
problem?
I am doing a port from a Motorola box running Oracle 6x and Unix to a
{
char arr[14];
int len;
}foo [5000];
in the generated .c file.
Thank You,
Greg Dora
gnd_at_hopi.gate.net or
gdora_at_pts.mot.com
Received on Sat Nov 05 1994 - 21:46:19 CET