]> granicus.if.org Git - libexpat/commit
runtests.c: Fix compilation for undefined XML_CONTEXT_BYTES
authorSebastian Pipping <sebastian@pipping.org>
Sat, 9 Sep 2017 17:11:53 +0000 (19:11 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 9 Sep 2017 17:13:21 +0000 (19:13 +0200)
commit9f166f82e86764d2f0701a85b875c678d7ae444b
treeef5fa146836e0b2705f275ccad8910ebf0095eae
parentbc7d69020340727bda95c2acac2f0891335c3b0e
runtests.c: Fix compilation for undefined XML_CONTEXT_BYTES

Regression from 70d19d635a355da5b2cecf02ff6c01b3f56106ff

Compile error was:
  runtests.c: In function ‘byte_character_handler’:
  runtests.c:4195:11: error: ‘s’ undeclared (first use in this function)
       (void)s;
expat/tests/runtests.c