On Sat, Oct 04, 2008, Per Øyvind Karlsen wrote: > [...] > + lzma_stream tmp = > +#if LZMA_VERSION == 49990030 > + LZMA_STREAM_INIT_VAR; > +#else > + LZMA_STREAM_INIT; > +#endif What happens on the next versions? Wouldn't be a LZMA_VERSION >= 49990030 better here? Ralf S. Engelschall rse@engelschall.com www.engelschall.comReceived on Sat Oct 4 20:00:10 2008