_ prefixed top-level symbols now file-local
This commit is contained in:
@@ -211,6 +211,7 @@ Function :: struct {
|
||||
c_abi: bool,
|
||||
imported: bool,
|
||||
generated: bool,
|
||||
file_hidden: bool,
|
||||
has_body: bool,
|
||||
variadic: bool,
|
||||
params: []Param,
|
||||
@@ -232,6 +233,7 @@ Global :: struct {
|
||||
immutable: bool,
|
||||
external: bool,
|
||||
writable: bool,
|
||||
file_hidden: bool,
|
||||
expr: Expr_Id,
|
||||
diagnostic: source.Diagnostic_Id,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user