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
* config.gcc: Add sh-*-symbianelf target.
[official-gcc.git]
/
libgfortran
/
m4
/
mtype.m4
blob
84bf39f3561c9ce421be25e3b316f51421ebc9a7
1
dnl Get type kind from filename.
2
define(kind,regexp(file, `_.\([0-9]+\).c$', `\1'))dnl
3
define(complex_type, `GFC_COMPLEX_'kind)dnl
4
define(real_type, `GFC_REAL_'kind)dnl
5
define(q,ifelse(kind,4,f,ifelse(kind,8,`',`_'kind)))dnl