mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Improved #foo resolution inside of the compiler.
Deprecation of several `&` macros.
This commit is contained in:
@@ -145,7 +145,7 @@ $endif
|
||||
return (usz)n;
|
||||
}
|
||||
|
||||
fn void! Socket.write_byte(&self, char byte) @dynamic => io::@write_byte_using_write(self, byte);
|
||||
fn void! Socket.write_byte(&self, char byte) @dynamic => io::write_byte_using_write(self, byte);
|
||||
|
||||
fn void! Socket.destroy(&self) @dynamic
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user