On Thu, Jun 5, 2008 at 2:18 AM, Mayuresh Nirhali
<[EMAIL PROTECTED]> wrote:
>> Most C compilers don't like that either.  The standard locution is
>> something like
>>
>>          char data[1];                   /* VARIABLE LENGTH ARRAY */
>>
>
> So, this is the only issue with Sun Studio compilation of orafce.

Well, it's likely an issue with most commercial compilers.  Accepting
an array of undefined-length in this way is non-standard and is a GCC
extension.

-- 
Jonah H. Harris, Sr. Software Architect | phone: 732.331.1324
EnterpriseDB Corporation | fax: 732.331.1301
499 Thornall Street, 2nd Floor | [EMAIL PROTECTED]
Edison, NJ 08837 | http://www.enterprisedb.com/

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to