aboutsummaryrefslogtreecommitdiff
path: root/src/grecs-lex.l
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-16 12:49:39 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-16 12:49:39 +0300
commit455d5ce4bba0706f4c58887990ddfe0c4dd5f8d6 (patch)
tree667a8668bc9bdf1120450112f91069fe65f9c4b4 /src/grecs-lex.l
parent0addbd7aa72859139542010ee21bfc370f32e133 (diff)
downloadgrecs-455d5ce4bba0706f4c58887990ddfe0c4dd5f8d6.tar.gz
grecs-455d5ce4bba0706f4c58887990ddfe0c4dd5f8d6.tar.bz2
Bugfixes.
* src/grecs-lex.l (unquote_char): Handle \" and \v. * src/preproc.c: Use normal C comments.
Diffstat (limited to 'src/grecs-lex.l')
-rw-r--r--src/grecs-lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grecs-lex.l b/src/grecs-lex.l
index b4c6032..49c9435 100644
--- a/src/grecs-lex.l
+++ b/src/grecs-lex.l
@@ -245,7 +245,7 @@ multiline_strip_tabs (char *text)
static int
unquote_char (int c)
{
- static char quote_transtab[] = "\\\\a\ab\bf\fn\nr\rt\t";
+ static char quote_transtab[] = "\\\\\"\"a\ab\bf\fn\nr\rt\tv\v";
char *p;

Return to:

Send suggestions and report system problems to the System administrator.