mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-06 20:52:29 +00:00
Clean up the clone() code a bit
This commit is contained in:
parent
ce71677156
commit
2743f3d012
20 changed files with 252 additions and 150 deletions
1
third_party/chibicc/parse.c
vendored
1
third_party/chibicc/parse.c
vendored
|
@ -559,6 +559,7 @@ static Token *thing_attributes(Token *tok, void *arg) {
|
|||
consume_attribute(&tok, tok, "warn_unused_result") ||
|
||||
consume_attribute(&tok, tok, "flatten") ||
|
||||
consume_attribute(&tok, tok, "leaf") ||
|
||||
consume_attribute(&tok, tok, "no_reorder") ||
|
||||
consume_attribute(&tok, tok, "dontthrow") ||
|
||||
consume_attribute(&tok, tok, "optnone") ||
|
||||
consume_attribute(&tok, tok, "returns_twice") ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue