mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Update $include syntax and behaviour. Remove top level $if completely.
This commit is contained in:
committed by
Christoffer Lerno
parent
3dd1741484
commit
4d552ae44d
@@ -32,7 +32,7 @@ macro Callback get_callback2()
|
||||
|
||||
module bar;
|
||||
import foo;
|
||||
typedef Callback = fn int();
|
||||
def Callback = fn int();
|
||||
|
||||
macro Callback get_callback()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user