This commit was manufactured by cvs2svn to create branch 'gomp-branch'.
[official-gcc.git] / libstdc++-v3 / docs / doxygen / filter
blob4ea2d41b955c43495df462a3c6789d5b012e1944
1 #!/bin/sh
3 script=$1
4 file=$2
6 # Possibly allow some files to go unchanged. Other
7 # future manipulations are likely.
8 case $file in
9 */alloc_policies.h)
10 cat $file ;;
11 *) sed -f $script $file ;;
12 esac