mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Implement more @export / @private improvements. Make @private default… (#729)
This commit is contained in:
committed by
GitHub
parent
3b49b87784
commit
5e457be605
@@ -4,7 +4,7 @@
|
||||
|
||||
module std::hash::adler32;
|
||||
|
||||
private const uint ADLER_CONST = 65521;
|
||||
const uint ADLER_CONST @private = 65521;
|
||||
|
||||
struct Adler32
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user