OSDN Git Service

Changlog libcpp
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ioparm.def
index ddef693..7de7a51 100644 (file)
@@ -49,6 +49,7 @@ IOPARM (open,    encoding,    1 << 19, char1)
 IOPARM (open,    round,                1 << 20, char2)
 IOPARM (open,    sign,         1 << 21, char1)
 IOPARM (open,    asynchronous, 1 << 22, char2)
+IOPARM (open,    newunit,      1 << 23, pint4)
 IOPARM (close,   common,       0,       common)
 IOPARM (close,   status,       1 << 7,  char1)
 IOPARM (filepos, common,       0,       common)