]> granicus.if.org Git - libexpat/commit
runtests.c: Turn #defines into consts (#103)
authorRhodri James <rhodri@kynesim.co.uk>
Fri, 28 Jul 2017 13:29:02 +0000 (14:29 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 29 Jul 2017 11:56:44 +0000 (13:56 +0200)
commitd6bda1f97fdfa670de99d5b6ea038d0cc4343abe
treee678ac957b9ec3e39d17969fb4a34ac0fb2e2bef
parent6a8267696c3e6ec24838688b63ce0b7cf15b3e55
runtests.c: Turn #defines into consts (#103)

The loop limit of the various test_alloc_* and test_nsalloc_*
functions were given as #defined constanst.  These have been turned
into const constants to give the compiler a better chance with them.
expat/tests/runtests.c