From: Nikos Mavrogiannopoulos Date: Sun, 22 Feb 2009 07:25:09 +0000 (+0200) Subject: Applied patch by Martin von Gagern: X-Git-Tag: gnutls_2_7_6~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3638d6d6607952d40aa3c51d1a26bcd68c45cb0;p=thirdparty%2Fgnutls.git Applied patch by Martin von Gagern: The attached patch fixes gnutls_priority_init(3), but in a very hackish way, treating a percent sign as indicating a constant only if it is not immediately preceded by a double quote. --- diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc index 82d9e0af1b..b2416a036a 100755 --- a/doc/scripts/gdoc +++ b/doc/scripts/gdoc @@ -132,7 +132,7 @@ use POSIX qw(strftime); # match expressions used to find embedded type information -$type_constant = "\\\%(\\w+)"; +$type_constant = "(?