File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
flang/include/flang/Runtime Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ extern "C" {
21
21
// 16.9.83 EXECUTE_COMMAND_LINE
22
22
// Execute a command line.
23
23
// Returns a EXITSTAT, CMDSTAT, and CMDMSG as described in the standard.
24
- void RTNAME (ExecuteCommandLine)(const Descriptor &command,
25
- bool wait = true , const Descriptor *exitstat = nullptr ,
26
- const Descriptor *cmdstat = nullptr , const Descriptor *cmdmsg = nullptr ,
27
- const char *sourceFile = nullptr , int line = 0 );
24
+ void RTNAME (ExecuteCommandLine)(const Descriptor &command, bool wait = true ,
25
+ const Descriptor *exitstat = nullptr , const Descriptor *cmdstat = nullptr ,
26
+ const Descriptor *cmdmsg = nullptr , const char *sourceFile = nullptr ,
27
+ int line = 0 );
28
28
}
29
29
} // namespace Fortran::runtime
30
30
You can’t perform that action at this time.
0 commit comments