OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / scripts / build_mathnamespace
1 #!/bin/sh
2
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