Re: [elinks-dev] Patch for porting Elinks to OpenSolaris

2009-03-04 Thread Kalle Olavi Niemitalo
Muktha Narayan writes: > Kalle Olavi Niemitalo wrote: >> Because ELinks is violating a C99 requirement, rather than >> something specific to Sun, I don't think it's right to make an >> exception for the Sun compiler. Instead, we should make the >> functions not inline and measure how that affect

Re: [elinks-dev] Patch for porting Elinks to OpenSolaris

2009-03-04 Thread Mark A. Carlson
Kalle, Is this acceptable? -- mark Muktha Narayan wrote: Hi, Kalle Olavi Niemitalo wrote: "Mark A. Carlson" writes: +#if defined (__SUNPRO_C) +static inline void +#else inline void +#endif load_frames(struct session *ses, struct document_view *doc_view) This looks like