Merge from mainline
[official-gcc.git] / libjava / classpath / scripts / build_mathnamespace
bloba2e53a3284ddffb2d59e86c392509c6041ed4ef0
1 #!/bin/sh
3 echo "/* Warning ! This is a generated file. Use build_mathnamespace to regenerate it */"
4 while read fun;do
5 echo "#define ${fun} ClasspathMath_${fun}"
6 done