summaryrefslogtreecommitdiff
path: root/scripts/build_mathnamespace
blob: a2e53a3284ddffb2d59e86c392509c6041ed4ef0 (plain)
1
2
3
4
5
6
#!/bin/sh

echo "/* Warning ! This is a generated file. Use build_mathnamespace to regenerate it */"
while read fun;do
	echo "#define ${fun} ClasspathMath_${fun}"
done