mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
@ is now part of the name of an attribute or a macro. Macros without '@' must be function-like.
This commit is contained in:
@@ -153,7 +153,7 @@ fn void update_game()
|
||||
snake[0].position.x += -SQUARE_SIZE;
|
||||
snake[0].position.y += 0;
|
||||
default:
|
||||
@unreachable();
|
||||
unreachable();
|
||||
}
|
||||
for (int i = 1; i < counter_tail; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user