repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Imported GNU Classpath 0.20
[official-gcc.git]
/
libjava
/
classpath
/
scripts
/
build_mathnamespace
blob
a2e53a3284ddffb2d59e86c392509c6041ed4ef0
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