On Tuesday 23 March 2010 04:22:00 Marcel Holtmann, you wrote: > If you have variables that are only valid inside the scope of a > statement, then I prefer if you only declare them there. This makes the > code a bit simpler to read. Check the patch I just pushed to give you an > example.
If you're serious about that, you should turn on C99 support. Only then you can use C++-style for-loops. -- Rémi Denis-Courmont _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
