Re: ntdll: Declare some functions static

2007-01-17 Thread Andrew Talbot
Marcus Meissner wrote: > This is not a good idea, it will optimize those functions away, since gcc > cannot look into the DEFINE_REGS_ENTRYPOINT() assembly. > > Ciao, Marcs Hi Marcus, Thanks for putting me straight. I accidentally submitted this patch before realising that I had forgotten to re

Re: ntdll: Declare some functions static

2007-01-17 Thread Marcus Meissner
On Wed, Jan 17, 2007 at 08:20:32PM +, Andrew Talbot wrote: > Changelog: > ntdll: Declare some functions static. > > diff -urN a/dlls/ntdll/exception.c b/dlls/ntdll/exception.c > --- a/dlls/ntdll/exception.c 2007-01-10 22:13:12.0 + > +++ b/dlls/ntdll/exceptio

ntdll: Declare some functions static

2007-01-17 Thread Andrew Talbot
Sorry. This patch breaks compilation. Please do not apply. -- Andy.