Skip to content

Commit

Permalink
made it more public. globals are not automatically public
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Dec 12, 2023
1 parent 498741f commit 7bdfb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/cpp/AST.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -552,4 +552,4 @@ java list[loc] parseForComments(loc file, str charset=DEFAULT_CHARSET, bool infe
java rel[loc,loc] parseForMacros(loc file, str charset=DEFAULT_CHARSET, bool inferCharset=!(charset?), list[loc] includePaths = classPaths["vs12"], map[str,str] standardMacros=provideStandardMacros(), map[str,str] additionalMacros = ());

@synopsis{All functions in this module that have a charset parameter use this as default.}
str DEFAULT_CHARSET = "UTF-8";
public str DEFAULT_CHARSET = "UTF-8";

0 comments on commit 7bdfb15

Please sign in to comment.