mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 00:08:30 +00:00
parent
446a1f7c5a
commit
06f9a5b627
34 changed files with 115 additions and 51 deletions
2
third_party/make/remake.c
vendored
2
third_party/make/remake.c
vendored
|
@ -322,7 +322,7 @@ update_file (struct file *file, unsigned int depth)
|
|||
check_renamed (f);
|
||||
|
||||
/* Clean up any alloca() used during the update. */
|
||||
alloca (0);
|
||||
void *volatile wat = alloca (0);
|
||||
|
||||
/* If we got an error, don't bother with double_colon etc. */
|
||||
if (new && !keep_going_flag)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue