merge to 5.1-bugteam tree

This commit is contained in:
Satya B 2009-05-19 14:01:29 +05:30
commit ab99c2347b
3 changed files with 22 additions and 1 deletions

View file

@ -2616,7 +2616,7 @@ scan_more:
} else if (quote) {
/* Within quotes: do not look for
starting quotes or comments. */
} else if (*sptr == '"' || *sptr == '`') {
} else if (*sptr == '"' || *sptr == '`' || *sptr == '\'') {
/* Starting quote: remember the quote character. */
quote = *sptr;
} else if (*sptr == '#'