Created
June 13, 2009 04:43
-
-
Save tav/129101 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "pyconfig.h" | |
/* using RefcountingGCTransformer */ | |
#define MALLOC_ZERO_FILLED 1 | |
#include <errno.h> | |
#include <dirent.h> | |
#include <sys/stat.h> | |
#include <sys/times.h> | |
#include <utime.h> | |
#include <sys/types.h> | |
#include <unistd.h> | |
#include <signal.h> | |
#include <sys/wait.h> | |
#include <fcntl.h> | |
typedef void *GC_hidden_pointer; | |
int get_errno (); | |
void set_errno (int v); | |
int pypy_macro_wrapper_WCOREDUMP (int status); | |
int pypy_macro_wrapper_WIFCONTINUED (int status); | |
int pypy_macro_wrapper_WIFSTOPPED (int status); | |
int pypy_macro_wrapper_WIFSIGNALED (int status); | |
int pypy_macro_wrapper_WIFEXITED (int status); | |
int pypy_macro_wrapper_WEXITSTATUS (int status); | |
int pypy_macro_wrapper_WSTOPSIG (int status); | |
int pypy_macro_wrapper_WTERMSIG (int status); | |
#include "src/g_prerequisite.h" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment