gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] GCL on Cygwin


From: Camm Maguire
Subject: Re: [Gcl-devel] GCL on Cygwin
Date: 12 Jun 2004 12:32:30 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

"Mike Thomas" <address@hidden> writes:

> Hi Camm.
> 
> | > Next issue is unixport/rsym_nt.c: conflicting types for main(). Protoize
> | > says it should have a char **envp. Well, thanfully calling
> | conventions are
> | > nice and resilient, so adding it but not referencing shouldn't
> | do any harm.
> | > diff -u -r1.7 rsym_nt.c
> | > --- unixport/rsym_nt.c  13 Jan 2003 07:26:03 -0000      1.7
> | > +++ unixport/rsym_nt.c  8 Jun 2004 15:24:48 -0000
> | > @@ -10,7 +10,7 @@
> | >
> | >    struct lsymbol_table tab;
> | >
> | > -int main(int argc,char *argv[])
> | > +#ifdef __CYGWIN__
> | > +int main(int argc,char *argv[], char **envp)
> | > +#else
> | > +int main(int argc,char *argv[])
> | > +#endif
> | >    {
> | >        char buf[1000];
> | >        char *in = argv[1];
> | >
> |
> | Great!  Mike, if you agree, lets just add the third arg in all cases
> | in CVS head.  Please advise if you wish me to do so.
> 
> Sounds sensible to me; please do as I'm stuck in other stuff.
> 

Done.


-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]