Fix compilation error with clang in gdb/testsuite/gdb.base/jit-main.c
[deliverable/binutils-gdb.git] / etc / texi2pod.pl
index b0540338c8eca4aa3c5580035bd5d4a486386640..8d92bcf6023bd26ec687e8ae6b29e390b52339e6 100644 (file)
@@ -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.02284 seconds and 4 git commands to generate.