| author | |
| committer | |
| log | 3bd5c16f39a67889600a2102b716ccf7f9ba70f0 |
| tree | 93386703e577b7fcbf54ea4aeefbf467d172575c |
| parent | e3542196c0b0121fb52d9af599b549cf490e47a8 |
| signature |
1 files changed, 0 insertions(+), 6 deletions(-)
src/main.cpp-6| ... | ... | @@ -18,12 +18,6 @@ |
| 18 | 18 | |
| 19 | 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 | 21 | static int print_error_usage(const char *arg0) { |
| 28 | 22 | fprintf(stderr, "See `%s --help` for detailed usage information\n", arg0); |
| 29 | 23 | return EXIT_FAILURE; |