Fix compilation error with clang in gdb/testsuite/gdb.base/jit-main.c
[deliverable/binutils-gdb.git] / etc / texi2pod.pl
index f4721f45e1c7575d20fbb9579a66f4a188bdbcfb..8d92bcf6023bd26ec687e8ae6b29e390b52339e6 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
-#   Copyright (C) 1999-2018 Free Software Foundation, Inc.
+#   Copyright (C) 1999-2019 Free Software Foundation, Inc.
 
 # This file is part of GCC.
 
@@ -381,6 +381,7 @@ sub postprocess
     s/\@file\{([^\}]*)\}/F<$1>/g;
     s/\@w\{([^\}]*)\}/S<$1>/g;
     s/\@(?:dmn|math)\{([^\}]*)\}/$1/g;
+    s/\@t\{([^\}]*)\}/$1/g;
 
     # keep references of the form @ref{...}, print them bold
     s/\@(?:ref)\{([^\}]*)\}/B<$1>/g;
This page took 0.033712 seconds and 4 git commands to generate.