On Tue, 2003-02-04 at 22:22, Frank Barknecht wrote:

> src/sequencer64_1675.so.c

>     loop_index = loop_index == 0 ?  1 : loop_index;
>     loop_index = loop_index > 64 ? 64 : loop_index;
>     int rst = f_round_i(reset);
>     int i;
> 
> Where's the error? 

With C, you can only (or at least you're only supposed to) have variable
declarations at the beginning of a code block.  From what I can tell,
tho, gcc 3 doesn't seem to mind this.

Bob

-- 
If you're happy and you know it, bomb iraq

Reply via email to