gcc/libjava/classpath/scripts/build_mathnamespace
Tom Tromey 97b8365caf Merged gcj-eclipse branch to trunk.
From-SVN: r120621
2007-01-09 19:58:05 +00:00

7 lines
168 B
Bash

#!/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