DO REPEAT: Properly convert lex_syntax_mode to segmenter_mode.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 10 Nov 2011 05:23:46 +0000 (21:23 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 10 Nov 2011 05:30:26 +0000 (21:30 -0800)
Clang reported that "enum lex_syntax_mode" was being implicitly converted
to "enum segmenter_mode".  Luckily, equal values in each enum have the
same meaning, but it seems better to convert by hand, so this patch
implements that.

Reported-by: Jeremy Lavergne <jeremy@lavergne.gotdns.org>

No differences found