Merge the implementations of parse_character_constant() and parse_string_literal().
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 23 May 2012 19:06:56 +0000 (21:06 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 23 May 2012 19:32:05 +0000 (21:32 +0200)
commit6c0047b4cecb38341d4d3c6d3d6cbca13fddd1e2
tree8170e96b9f430d4bfe56b0e637e69c27f63ef060
parent6460b54b131430048ebc2bc3d534495e55e4b8e4
Merge the implementations of parse_character_constant() and parse_string_literal().

- parse_character_constant() now honors resolve_escape_sequences.
- TP_STRING_LITERAL does not include the terminating NUL in its size anymore.
preprocessor.c