Date: 09/02/01
- Next message: Jeroen van Wolffelaar: "Re: [PHP-DEV] [C] struct, function pointers question"
- Previous message: jimw <email protected>: "Re: [PHP-DEV] Bug #13094 Updated: Upload very slow"
- In reply to: jeroen <email protected>: "[PHP-DEV] [C] struct, function pointers question"
- Next in thread: Jeroen van Wolffelaar: "Re: [PHP-DEV] [C] struct, function pointers question"
- Reply: Jeroen van Wolffelaar: "Re: [PHP-DEV] [C] struct, function pointers question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You're missing a variable name (you only put a type), and the line is not
in the beginning of a code block (there's a statement before it).
Zeev
At 19:35 02-09-01, jeroen <email protected> wrote:
>Hi,
>
>I've got certain way to do something, but can't get it to compile. This
>relevant source is attached, I really expected it to compile...
>
>
>The errors are:
>struct_question.c: In function `some_function':
>struct_question.c:23: arithmetic on pointer to an incomplete type
>struct_question.c:23: parse error before `{'
>
>
>I'm desperate... Can someone give me some pointers? (possibly literally ;-)
>
>--jeroen
>
>
>
>
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
-- Zeev Suraski <zeev <email protected>> CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jeroen van Wolffelaar: "Re: [PHP-DEV] [C] struct, function pointers question"
- Previous message: jimw <email protected>: "Re: [PHP-DEV] Bug #13094 Updated: Upload very slow"
- In reply to: jeroen <email protected>: "[PHP-DEV] [C] struct, function pointers question"
- Next in thread: Jeroen van Wolffelaar: "Re: [PHP-DEV] [C] struct, function pointers question"
- Reply: Jeroen van Wolffelaar: "Re: [PHP-DEV] [C] struct, function pointers question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

