mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-31 17:52:27 +00:00
Move LoadZipArgs() to cosmo.h
This commit is contained in:
parent
4389f4709a
commit
60e697f7b2
12 changed files with 7 additions and 18 deletions
2
third_party/python/python3.c
vendored
2
third_party/python/python3.c
vendored
|
@ -6,7 +6,7 @@
|
|||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "third_party/python/Include/yoink.h"
|
||||
#include "third_party/python/runpythonmodule.h"
|
||||
#include "tool/args/args.h"
|
||||
#include "libc/cosmo.h"
|
||||
|
||||
PYTHON_YOINK("xed");
|
||||
PYTHON_YOINK("xterm");
|
||||
|
|
2
third_party/python/pythontester.c
vendored
2
third_party/python/pythontester.c
vendored
|
@ -8,7 +8,7 @@
|
|||
#include "libc/runtime/runtime.h"
|
||||
#include "third_party/python/Include/yoink.h"
|
||||
#include "third_party/python/runpythonmodule.h"
|
||||
#include "tool/args/args.h"
|
||||
#include "libc/cosmo.h"
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
|
|
2
third_party/python/repl.c
vendored
2
third_party/python/repl.c
vendored
|
@ -6,7 +6,7 @@
|
|||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "third_party/python/Include/yoink.h"
|
||||
#include "third_party/python/runpythonmodule.h"
|
||||
#include "tool/args/args.h"
|
||||
#include "libc/cosmo.h"
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue