diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,7 +5,6 @@ #include <stdint.h> #include <stdio.h> #include <stdlib.h> -#include <stdnoreturn.h> #include <string.h> #include <fcntl.h> @@ -294,7 +293,7 @@ kill: } } -static noreturn void +static void buildexe(struct input *inputs, size_t ninputs, char *output) { struct stageinfo *s = &stages[LINK]; |