also sprach Bruynooghe Floris <[EMAIL PROTECTED]> [2003.03.14.1700 +0100]:
>   char* record;
>   int record_size = 10;
>   record = (char*) malloc (record_size);
> 
>   int letter = 'a';
>   int i;

the declaration of i has to go before the 'record = ' assignment.
that's a limitation of C, and unless you put gcc into C99 mode, it
will bitch. anyway, i am not sure this will solve it, but try it...

-- 
Please do not CC me when replying to lists; I read them!
 
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer, admin, and user
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Keyserver problems? http://keyserver.kjsl.com/~jharris/keyserver.html
Get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to