mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 18:58:30 +00:00
Clean up some code
This commit is contained in:
parent
a51edaa0db
commit
83d41e4588
114 changed files with 172 additions and 279 deletions
7
third_party/make/job.c
vendored
7
third_party/make/job.c
vendored
|
@ -38,7 +38,6 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include "libc/fmt/fmt.h"
|
||||
#include "libc/fmt/itoa.h"
|
||||
#include "libc/intrin/bits.h"
|
||||
#include "libc/intrin/kprintf.h"
|
||||
#include "libc/intrin/promises.internal.h"
|
||||
#include "libc/intrin/safemacros.internal.h"
|
||||
#include "libc/log/backtrace.internal.h"
|
||||
|
@ -66,12 +65,6 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include "third_party/make/variable.h"
|
||||
// clang-format off
|
||||
|
||||
#define GOTO_SLOW \
|
||||
do { \
|
||||
kprintf("%s:%d: goto slow\n", __FILE__, __LINE__); \
|
||||
goto slow; \
|
||||
} while (0)
|
||||
|
||||
#ifdef WINDOWS32
|
||||
const char *default_shell = "sh.exe";
|
||||
int no_default_sh_exe = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue