Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default module variables to protected #308

Open
MicEsp22 opened this issue Jul 24, 2023 · 0 comments
Open

Default module variables to protected #308

MicEsp22 opened this issue Jul 24, 2023 · 0 comments

Comments

@MicEsp22
Copy link

MicEsp22 commented Jul 24, 2023

Allow for defaulting module variables to protected:

module <ModuleName>
   [<use statements>]
   implicit none
   protected         ! Currently only  public/private
   
   [...]
end module [<ModuleName>]

In such a case, protected access specifier would imply default public visibility for procedures/interfaces/DTs defined within the same module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant