Hello Bruno, thank you for review. I've attempted to cover all your suggestions.
On Thursday 25 September 2008 02:18:50 Bruno Haible wrote: > Some systems still don't have C99 compilers. Therefore you cannot use > variable declarations after statements. Either collect the variable > declarations at the top, or introduce blocks { ... } around the desired > scopes of the variables. Nobody wrote it here in the list but it seems that gcc -std=c89 is the way to discover such portability problems. Kamil