pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: global.h,v 1.
84
2003/
03
/
29
17
:
21
:
28
grubba
Exp $
+
|| $Id: global.h,v 1.
85
2003/
04
/
02
19
:
22
:
43
mast
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H #if defined(__WINNT__) && !defined(__NT__) #define __NT__ #endif #ifndef _LARGEFILE_SOURCE
pike.git/src/global.h:273:
#define INT8 char #ifdef INT64 #define LONGEST INT64 #else #define LONGEST INT32 #endif #define SIZE_T unsigned INT32
-
#define TYPE_T unsigned
INT8
+
#define TYPE_T unsigned
int
#define TYPE_FIELD unsigned INT16 #define B1_T char #if SIZEOF_SHORT == 2 #define B2_T short #elif SIZEOF_INT == 2 #define B2_T int #endif