| ... | @@ -18,12 +18,6 @@ | ... | @@ -18,12 +18,6 @@ |
| 18 | | 18 | |
| 19 | #include <stdio.h> | 19 | #include <stdio.h> |
| 20 | | 20 | |
| 21 | // Define this symbol here so that we can link with the zig objects during the | | |
| 22 | // compiler bootstrap phase | | |
| 23 | extern "C" { | | |
| 24 | void __zig_probe_stack(void) { } | | |
| 25 | } | | |
| 26 | | | |
| 27 | static int print_error_usage(const char *arg0) { | 21 | static int print_error_usage(const char *arg0) { |
| 28 | fprintf(stderr, "See `%s --help` for detailed usage information\n", arg0); | 22 | fprintf(stderr, "See `%s --help` for detailed usage information\n", arg0); |
| 29 | return EXIT_FAILURE; | 23 | return EXIT_FAILURE; |