On 11/24/15, [email protected] <[email protected]> wrote: > commit 1aa2143073c30f374c33e0288135dc3e04494588 > Author: Roberto E. Vargas Caballero <[email protected]> > AuthorDate: Tue Nov 24 20:29:45 2015 +0100 > Commit: Roberto E. Vargas Caballero <[email protected]> > CommitDate: Tue Nov 24 20:29:45 2015 +0100
> + case '\'': c = '\\'; return c; I think this is supposed to be c = '\'' .
