Emmanuele Bassi 4e493d1937 Avoid masking math.h exported variables
Our beloved math.h exports, from bits/mathcalls.h, a bare "y1" symbol.
Apparently, it's unthinkable for code including <math.h> to also declare
arguments or variable named "y0", "y1" and "yn".

Anyway, the quick fix already used elsewhere in Clutter's codebase is
to rename the colliding variables "y_0", "y_1" and "y_n" - and
obviously everything similar to them as well, using the same pattern.
2008-12-19 18:21:36 +00:00
..
2008-12-10 12:13:20 +00:00
2008-12-18 17:54:35 +00:00
2008-12-19 16:44:40 +00:00
2008-12-05 14:08:06 +00:00
2008-12-11 15:34:47 +00:00
2008-12-11 15:34:47 +00:00