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

Re: [MiNT] missing xversion.h



Hi,

On Monday 17 May 2010, Helmut Karlowski wrote:
> Am 16.05.2010, 23:31 Uhr, schrieb Helmut Karlowski
> > I think the -nt is wider spread than the GNU(?)-make-specials, and the
> > goal I want to reach is not really essential.

If you don't have GNU make, you're basically screwed, so
I would forget that particular worry. :-)


> What about this:
>
>
> function create_xversion()
> {

The standards & shell compliant way to declare functions is:
---
create_xversion ()
{
---


	- Eero