Ignore:
Timestamp:
Nov 3, 2004, 6:47:21 AM (21 years ago)
Author:
bird
Message:

GCC v3.3.5 - official sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc/contrib/texi2pod.pl

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1587 r1588  
    346346    s/\@(?:dmn|math)\{([^\}]*)\}/$1/g;
    347347
     348    # keep references of the form @ref{...}, print them bold
     349    s/\@(?:ref)\{([^\}]*)\}/B<$1>/g;
     350
    348351    # Cross references are thrown away, as are @noindent and @refill.
    349352    # (@noindent is impossible in .pod, and @refill is unnecessary.)
Note: See TracChangeset for help on using the changeset viewer.