Prototype in egcs

H.J. Lu hjl@lucon.org
Mon Sep 22 17:13:00 GMT 1997


> 
>   In message < m0xCuTp-0004ecC@ocean.lucon.org >you write:
>   > extern xxxx foo PROTO((x, y));
>   > 
>   > instead of
>   > 
>   > extern xxxx foo			PROTO ((x, y));
> There were other problems, which we discussed at length.
> 
> If you clean up the style issues and punt the other problems
> you were trying to fix with those kludges (like I asked you
> to do), then we can use your code without major hassles.  We
> also have to wait until your copyright assignment is received
> by the FSF.
> 

I have many questions regarding egcs:

1. I saw

extern xxxx foo			PROTO ((x, y));

and

extern xxxx foo			PROTO((x, y));

which one I should use?

2. Now we have control over egcs. Why aren't obstack.c/obstack.h
from glibc used in egcs?

I have other questions which will be in my next email.


H.J.



More information about the Gcc mailing list