[ofa-general] [PATCH] osm: Converting the the C++ code to C in osm_ucast_lash.c

Jason Gunthorpe jgunthorpe at obsidianresearch.com
Tue Mar 6 09:51:14 PST 2007


On Tue, Mar 06, 2007 at 06:03:16PM +0200, Yevgeny Kliteynik wrote:
> Hi Hal.
> 
> Converting the the C++ code to C.

This is actually valid C99 code. This is the method that ISO
standardized in C99 to do dynamic stack allocations (alloca is not
an ISO C function).

Since it is now 2007 is there really still a desire to not use C99
features?

Jason




More information about the general mailing list