X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fregex-quote.c;h=361cff0770b9b369e9fcb88a0c4b05f04e269090;hb=6ff7b70e24f0e84e9f65ef6d021ff239cad0b2b4;hp=9e43733b6b8a13efaa5e2a7a590227e1609ed112;hpb=82d8d483a950a45039b810d54ee3462a8d9d0df7;p=pspp diff --git a/lib/regex-quote.c b/lib/regex-quote.c index 9e43733b6b..361cff0770 100644 --- a/lib/regex-quote.c +++ b/lib/regex-quote.c @@ -29,7 +29,7 @@ static const char bre_special[] = "$^.*[]\\"; /* Characters that are special in an ERE. */ -static const char ere_special[] = "$^.*[]\\+?()"; +static const char ere_special[] = "$^.*[]\\+?{}()|"; size_t regex_quote_length (const char *string, int cflags)