summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-02-27 09:19:02 +0100
committerSimon Josefsson <simon@josefsson.org>2009-02-27 09:19:02 +0100
commit76f9f298479262b608fdf2709c30912416c29b98 (patch)
treef2898f88ebf2a0a73bb853cfc19e8fe449e34c13
parent9bbdd40f75b146810944b7ed4c35448d3fb5453c (diff)
downloadgnutls-76f9f298479262b608fdf2709c30912416c29b98.tar.gz
Revert %-hack that lead to syntax errors in texinfo output.
-rwxr-xr-xdoc/scripts/gdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc
index b2416a036a..82d9e0af1b 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 = "\\\%(\\w+)";
$type_func = "(\\w+\\(\\))";
$type_param = "\\\@(\\w+)";
$type_struct = "\\\#(\\w+)";