Re: [PATCH mig] Explicitly use gnu_inline semantics for x_server_routine functions

2015-05-10 Thread David Michael
On Thu, May 7, 2015 at 6:42 AM, Justus Winter <4win...@informatik.uni-hamburg.de> wrote: > Quoting Samuel Thibault (2015-05-06 21:24:25) >> David Michael, le Tue 05 May 2015 16:33:45 -0400, a écrit : >> > Does anyone foresee problems with this method? >> >> Well, that imposes using a gcc compiler.

Re: [PATCH mig] Explicitly use gnu_inline semantics for x_server_routine functions

2015-05-07 Thread Justus Winter
Quoting Samuel Thibault (2015-05-06 21:24:25) > David Michael, le Tue 05 May 2015 16:33:45 -0400, a écrit : > > Does anyone foresee problems with this method? > > Well, that imposes using a gcc compiler. But we can probably use static > inline instead? Yes, I believe so. Thanks, Justus

Re: [PATCH mig] Explicitly use gnu_inline semantics for x_server_routine functions

2015-05-06 Thread Samuel Thibault
David Michael, le Tue 05 May 2015 16:33:45 -0400, a écrit : > Does anyone foresee problems with this method? Well, that imposes using a gcc compiler. But we can probably use static inline instead? Samuel