Fix undefined behavior
authorArnaud Le Blanc <arnaud.lb@gmail.com>
Wed, 23 Nov 2011 11:38:55 +0000 (12:38 +0100)
committerArnaud Le Blanc <arnaud.lb@gmail.com>
Wed, 23 Nov 2011 12:47:55 +0000 (13:47 +0100)
commit1606910a9a70d5a4094aea06bdcc77a92ee61875
tree6e80296106e2cb7b85a5f62afaef6e5d35c4b9ba
parent0ce8d3c986fd40f6f36907e47d1acf7544e50453
Fix undefined behavior

The callbacks are expected to return an integer, and returning void
instead was triggering weird bugs

I've also removed the casts to ensure that the signatures are compatible
ext/twig/twig.c