Commit 90da33cebeba87ae3b49a270c8182142dd7cb48e

Patrick Monnerat 2016-05-03T21:37:52

Portability to non C99 compliant compilers OS400 C compiler is not C99 compliant. It only supports local variable declarations at the beginning of a block. We loose the const as a result but portability is more important.