[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PureC changes



>A few comments about recent MiNT changes:
>
>- PLEASE use function prototypes. This is absolutely essential for PureC
>  to know how to pass parameters to a function. Besides, you can't pass
>  a function pointer, when the function didn't have a prototype, but 
>  the called function wants it.
>- BTW: it seems that everybody uses gcc except me, so there's really
>...
I second these requests.  I did the port to Lattice of 1.11, and had to
add prototypes etc. Surely no-one is compiling with a compiler that does
not support prototypes?