OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2006-08-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git]
/
libgfortran
/
io
/
unit.c
diff --git
a/libgfortran/io/unit.c
b/libgfortran/io/unit.c
index
eca1b1e
..
6a22784
100644
(file)
--- a/
libgfortran/io/unit.c
+++ b/
libgfortran/io/unit.c
@@
-493,6
+493,15
@@
is_array_io (st_parameter_dt *dtp)
}
+/* is_stream_io () -- Determine if I/O is access="stream" mode */
+
+int
+is_stream_io (st_parameter_dt *dtp)
+{
+ return dtp->u.p.current_unit->flags.access == ACCESS_STREAM;
+}
+
+
/*************************/
/* Initialize everything */