* bytecode.c (exec_byte_code): Use some more volatile variables
commit157fec2e190a84345138a0cc69e35f177c4d4a56
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Oct 2013 06:51:50 +0000 (3 23:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Oct 2013 06:51:50 +0000 (3 23:51 -0700)
treedc33f2ec3a79ddfb218d54642fbd909d6746e0e1
parent6cad7ba3b95684866a6dbcd56bb4d7cdde91bce4
* bytecode.c (exec_byte_code): Use some more volatile variables

to work around local variables getting clobbered by longjmp.
Port to pre-C99, which doesn't allow decls after stmts.
src/ChangeLog
src/bytecode.c