APPROVE COMMIT 21.5
>>>> "Andrey" == Andrey Slusar
<anrays(a)gmail.com> writes:
+ Colormap cmap;
visual_info_from_widget ((Widget) mw, &visual, &ignore);
- Colormap cmap = mw->core.colormap;
+ cmap = mw->core.colormap;
*sigh* That's a C99 feature, isn't it? Yes, it's nice, and (in its
C++ incarnation) a couple of decades old, but it's distressing to
those of us who care about portability that it gets enabled without
warning.
Thanks for catching this!
--
School of Systems and Information Engineering
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.