Loading [MathJax]/extensions/tex2jax.js
|
ROOT
Reference Guide |
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef __PYPY_PRECOMMONDEFS_H
8#define __PYPY_PRECOMMONDEFS_H
12#define _DARWIN_C_SOURCE 1
14#define _FILE_OFFSET_BITS 64
18#define _LARGEFILE_SOURCE 1
20#define _NETBSD_SOURCE 1
22#ifndef _POSIX_C_SOURCE
23# define _POSIX_C_SOURCE 200112L
26#define __BSD_VISIBLE 1
27#define __XSI_VISIBLE 700
29#define WIN32_LEAN_AND_MEAN
33# define SIGNED_MIN LLONG_MIN
37# define SIGNED_MIN LONG_MIN
40#if !defined(RPY_ASSERT) && !defined(RPY_LL_ASSERT) && !defined(NDEBUG)
64# define RPY_EXPORTED extern __attribute__((visibility("default")))
65# define _RPY_HIDDEN __attribute__((visibility("hidden")))
67# define RPY_EXPORTED extern __declspec(dllexport)
71# define RPY_EXTERN extern