1
1

- Fortran 90 standard requires no name at:

end interface
   (ifort complains, pgf90 chokes on it).

This commit was SVN r14785.
Этот коммит содержится в:
Rainer Keller 2007-05-29 15:37:44 +00:00
родитель 06bf5d74e7
Коммит 43ce11d578
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -46,7 +46,7 @@ start() {
end() { end() {
if test "$output" = "1"; then if test "$output" = "1"; then
cat <<EOF cat <<EOF
end interface $1 end interface
EOF EOF

Просмотреть файл

@ -690,7 +690,7 @@ start() {
end() { end() {
if test "$output" = "1"; then if test "$output" = "1"; then
cat &lt;&lt;EOF cat &lt;&lt;EOF
end interface $1 end interface
EOF EOF