diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-02-27 09:19:02 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-02-27 09:19:02 +0100 |
commit | 76f9f298479262b608fdf2709c30912416c29b98 (patch) | |
tree | f2898f88ebf2a0a73bb853cfc19e8fe449e34c13 | |
parent | 9bbdd40f75b146810944b7ed4c35448d3fb5453c (diff) | |
download | gnutls-76f9f298479262b608fdf2709c30912416c29b98.tar.gz |
Revert %-hack that lead to syntax errors in texinfo output.
-rwxr-xr-x | doc/scripts/gdoc | 2 |
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+)"; |