diff options
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r-- | libgfortran/libgfortran.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index 3591fa9c279..a2f3e0623d2 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -590,6 +590,7 @@ st_parameter_common; #define IOPARM_OPEN_HAS_ROUND (1 << 20) #define IOPARM_OPEN_HAS_SIGN (1 << 21) #define IOPARM_OPEN_HAS_ASYNCHRONOUS (1 << 22) +#define IOPARM_OPEN_HAS_NEWUNIT (1 << 23) /* library start function and end macro. These can be expanded if needed in the future. cmp is st_parameter_common *cmp */ |